←Select platform

TextKeepAllSymbols Property

Summary
Gets or sets a value indicating whether to keep all dictionary symbols.
Syntax
C#
VB
Objective-C
C++
Java
public bool TextKeepAllSymbols {get; set;} 
Public Property TextKeepAllSymbols As Boolean 
@property (nonatomic, assign) BOOL textKeepAllSymbols 
public boolean isTextKeepAllSymbols() 
public void setTextKeepAllSymbols(boolean keepAllSymbols) 
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 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.