VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / RemoveDocumentInformation Property
Синтаксис Требования Смотрите также
В этом разделе
    RemoveDocumentInformation Свойство (PdfDocumentCompressorCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли команда удалять информацию о документе.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Discard")>
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the command must remove document information.")>
    Public Property RemoveDocumentInformation As Boolean
    
    
    [Category("Discard")]
    [DefaultValue(False)]
    [Description("A value indicating whether the command must remove document information.")]
    public bool RemoveDocumentInformation { get; set; }
    
    
    [Category("Discard")]
    [DefaultValue(False)]
    [Description("A value indicating whether the command must remove document information.")]
    public: __property bool get_RemoveDocumentInformation();
    public: __property void set_RemoveDocumentInformation(
    bool value
    );
    [Category("Discard")]
    [DefaultValue(False)]
    [Description("A value indicating whether the command must remove document information.")]
    public:
    property bool RemoveDocumentInformation { bool get(); void set(bool value); }

    Property Value

    True - команда должна удалить информацию о документе; false - команда НЕ должна удалять информацию о документе.
    Значение по умолчанию: false.
    Требования

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

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