←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly