←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
Java
Objective-C
WinRT C#
C++
public bool EnableDictionary {get; set;} 
Public Property EnableDictionary As Boolean 
public bool EnableDictionary {get; set;} 
@property (nonatomic, assign) BOOL enableDictionary 
public boolean isEnableDictionary() 
public void setEnableDictionary(boolean enableDictionary) 
             
 <br/>get_EnableDictionary();<br/>set_EnableDictionary(value);<br/>Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly