'Declaration <ReadOnlyAttribute(True)> <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)> <DescriptionAttribute("The document cleanup command.")> Public Property DocumentCleanup As Vintasoft.Imaging.Pdf.Processing.PdfDocumentCleanupCommand
[ReadOnly(True)] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("The document cleanup command.")] public Vintasoft.Imaging.Pdf.Processing.PdfDocumentCleanupCommand DocumentCleanup { get; set; }
[ReadOnly(True)] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("The document cleanup command.")] public: __property Vintasoft.Imaging.Pdf.Processing.PdfDocumentCleanupCommand* get_DocumentCleanup(); public: __property void set_DocumentCleanup(
Vintasoft.Imaging.Pdf.Processing.PdfDocumentCleanupCommand* value
);
[ReadOnly(True)] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("The document cleanup command.")] public:
property Vintasoft.Imaging.Pdf.Processing.PdfDocumentCleanupCommand^ DocumentCleanup { Vintasoft.Imaging.Pdf.Processing.PdfDocumentCleanupCommand^ get(); void set(Vintasoft.Imaging.Pdf.Processing.PdfDocumentCleanupCommand^ value); }