VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA1bConverter Class / DocumentCleanup Property
Синтаксис Требования Смотрите также
В этом разделе
    DocumentCleanup Свойство (PdfA1bConverter)
    В этом разделе
    Возвращает или задает команду очистки документа.
    Синтаксис
    '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); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также