←Select platform

TextKeepAllSymbols Property

Summary

Gets or sets a value indicating whether to keep all dictionary symbols.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool TextKeepAllSymbols {get; set;} 
Public Property TextKeepAllSymbols As Boolean 
public bool TextKeepAllSymbols {get; set;} 
@property (nonatomic, assign) BOOL textKeepAllSymbols 
public boolean isTextKeepAllSymbols() 
public void setTextKeepAllSymbols(boolean keepAllSymbols) 
             
 <br/>get_TextKeepAllSymbols();<br/>set_TextKeepAllSymbols(value);<br/>Object.defineProperty('TextKeepAllSymbols');  
public: 
property bool TextKeepAllSymbols { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to keep all dictionary symbols; 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