←Select platform

ShowGlyphInfo Property

Summary

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

Syntax
C#
VB
C++
[DataMemberAttribute(Name="showGlyphInfo")] 
public bool ShowGlyphInfo {get; set;} 
<DataMemberAttribute(Name:="showGlyphInfo")>  
Public Property ShowGlyphInfo() As Boolean 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"showGlyphInfo")] 
   property bool ShowGlyphInfo 
   { 
      bool get() 
      void set(bool value) 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly