VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfCompressionSettings Class / Jbig2UseGlobals Property
Syntax Requirements SeeAlso
In This Topic
    Jbig2UseGlobals Property (PdfCompressionSettings)
    In This Topic
    Gets or sets a value indicating whether Jbig2Globals must be used when Jbig2 encoder is used.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether Jbig2Globals must be used when Jbig2 encoder is used.")>
    Public Property Jbig2UseGlobals As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether Jbig2Globals must be used when Jbig2 encoder is used.")]
    public bool Jbig2UseGlobals { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether Jbig2Globals must be used when Jbig2 encoder is used.")]
    public: __property bool get_Jbig2UseGlobals();
    public: __property void set_Jbig2UseGlobals(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether Jbig2Globals must be used when Jbig2 encoder is used.")]
    public:
    property bool Jbig2UseGlobals { bool get(); void set(bool value); }

    Property Value

    Default value is true.
    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