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