VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebJbig2EncoderSettings Class / symbolDictionarySize Property
Syntax Requirements SeeAlso
In This Topic
    symbolDictionarySize Property (WebJbig2EncoderSettings)
    In This Topic
    Gets or sets the maximum number of symbols keeping in symbol dictionary.
    Syntax
    'Declaration
    
    Public Property symbolDictionarySize As Integer
    
    
    public int symbolDictionarySize { get; set; }
    
    
    public: __property int get_symbolDictionarySize();
    public: __property void set_symbolDictionarySize(
    int value
    );
    public:
    property int symbolDictionarySize { int get(); void set(int value); }

    Property Value

    Default value is 6500.
    Requirements

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

    See Also