AnnotationFontCharSet Property |
Gets or sets the character set for this font.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int CharSet { get; set; }
Public Property CharSet As Integer
Get
Set
Property Value
Type:
Int32 The font character set.
Remarks This property takes a value from the list defined in the platform SDK header file WinGDI.h. The default
value is zero, which will use the system's default character set.
See Also