←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) 
             
  
get_EnableDictionary(); 
set_EnableDictionary(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize