Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
DocumentFont
.
.
::
.
.
Glyphs Property
DocumentFont Class
See Also
Gets the array of glyphs that were rendered using the current font.
Namespace:
C1.C1Preview
Assembly:
C1.C1Report.2
(in C1.C1Report.2.dll)
Syntax
C#
public
char
[]
Glyphs
{
get
;
internal
set
; }
Visual Basic
Public
Property
Glyphs
As
Char
()
Get
Friend
Set
See Also
DocumentFont Class
C1.C1Preview Namespace