←Select platform

EnableDictionary Property

Summary
Gets or sets a value that indicates whether to enable the encoder to use the text symbol dictionary.
Syntax
C#
VB
Objective-C
C++
Java
public bool EnableDictionary {get; set;} 
Public Property EnableDictionary As Boolean 
@property (nonatomic, assign) BOOL enableDictionary 
public boolean isEnableDictionary() 
public void setEnableDictionary(boolean enableDictionary) 
public: 
property bool EnableDictionary { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable the encoder to use the text symbol dictionary; otherwise, false.

Example

For an example, refer to CodecsJbig2SaveOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.