VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoderSettings Class / Jbig2Settings Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    Jbig2Settings Property (PdfEncoderSettings)
    In This Topic
    Gets or sets the JBIG2 encoder settings.
    Syntax
    'Declaration
    
    Public Property Jbig2Settings As Jbig2EncoderSettings
    
    
    public Jbig2EncoderSettings Jbig2Settings { get; set; }
    
    
    public: __property Jbig2EncoderSettings* get_Jbig2Settings();
    public: __property void set_Jbig2Settings(
    Jbig2EncoderSettings* value
    );
    public:
    property Jbig2EncoderSettings^ Jbig2Settings { Jbig2EncoderSettings^ get(); void set(Jbig2EncoderSettings^ value); }
    Exceptions
    ExceptionDescription
    Thrown if new value is null.
    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