VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCleanupCommand Class / CleanupContentStreams Property
Синтаксис Требования Смотрите также
В этом разделе
    CleanupContentStreams Свойство (PdfDocumentCleanupCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, очищает ли команда потоки содержимого.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the command cleanups content streams.")>
    Public Property CleanupContentStreams As Boolean
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether the command cleanups content streams.")]
    public bool CleanupContentStreams { get; set; }
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether the command cleanups content streams.")]
    public: __property bool get_CleanupContentStreams();
    public: __property void set_CleanupContentStreams(
    bool value
    );
    [DefaultValue(False)]
    [Description("A value indicating whether the command cleanups content streams.")]
    public:
    property bool CleanupContentStreams { bool get(); void set(bool value); }

    Property Value

    True - команда очищает потоки содержимого; false - команда НЕ очищает потоки содержимого.
    Значение по умолчанию - true.
    Требования

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

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