VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / RecompressFlateCompression Property
Syntax Requirements SeeAlso
In This Topic
    RecompressFlateCompression Property (PdfDocumentCompressorCommand)
    In This Topic
    Gets or sets a value indicating whether the command must recompress PDF stream with Flate (ZIP) compression.
    Syntax
    'Declaration
    
    <CategoryAttribute("Resources")>
    <DescriptionAttribute("A value indicating whether the command must recompress PDF stream with Flate (ZIP) compression.")>
    <DefaultValueAttribute(False)>
    Public Property RecompressFlateCompression As Boolean
    
    
    [Category("Resources")]
    [Description("A value indicating whether the command must recompress PDF stream with Flate (ZIP) compression.")]
    [DefaultValue(False)]
    public bool RecompressFlateCompression { get; set; }
    
    
    [Category("Resources")]
    [Description("A value indicating whether the command must recompress PDF stream with Flate (ZIP) compression.")]
    [DefaultValue(False)]
    public: __property bool get_RecompressFlateCompression();
    public: __property void set_RecompressFlateCompression(
    bool value
    );
    [Category("Resources")]
    [Description("A value indicating whether the command must recompress PDF stream with Flate (ZIP) compression.")]
    [DefaultValue(False)]
    public:
    property bool RecompressFlateCompression { bool get(); void set(bool value); }

    Property Value

    True - command must recompress PDF stream with Flate (ZIP) compression; false - command must NOT recompress PDF stream with Flate (ZIP) compression.
    Default value is false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also