←Select platform

ShowGlyphInfo Property

Summary

Shows the extra information that can be displayed for each glyph (position, bounding rectangle).

Syntax
C#
Objective-C
C++/CLI
Python
[DataMemberAttribute(Name="showGlyphInfo")] 
public bool ShowGlyphInfo {get; set;} 
@property (nonatomic, assign) BOOL showGlyphInfo; 
public:  
   [DataMemberAttribute(Name=L"showGlyphInfo")] 
   property bool ShowGlyphInfo 
   { 
      bool get() 
      void set(bool value) 
   } 
ShowGlyphInfo # get and set (AltoXmlDocumentOptions) 

Property Value

true to show the extra information that can be displayed for each glyph (position, bounding rectangle); otherwise, false. The default value is false.

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.