VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoderSettings Class / Jbig2UseGlobals Property
Syntax Requirements SeeAlso
In This Topic
    Jbig2UseGlobals Property (PdfEncoderSettings)
    In This Topic
    Gets or sets a value indicating whether the Jbig2Globals must be used for encoding JBIG2 images.
    Syntax
    'Declaration
    
    Public Property Jbig2UseGlobals As Boolean
    
    
    public bool Jbig2UseGlobals { get; set; }
    
    
    public: __property bool get_Jbig2UseGlobals();
    public: __property void set_Jbig2UseGlobals(
    bool value
    );
    public:
    property bool Jbig2UseGlobals { bool get(); void set(bool value); }

    Property Value

    Default value: true.
    Requirements

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

    See Also