ArcFM Responder Mobile Developer Guide
CharSet Property






Syntax
'Declaration
 
Property CharSet As System.Integer
'Usage
 
Dim instance As IFontInfo
Dim value As System.Integer
 
instance.CharSet = value
 
value = instance.CharSet
System.int CharSet {get; set;}
read-write property CharSet: System.Integer; 
function get,set CharSet : System.int
__property System.int get_CharSet();
__property void set_CharSet( 
   System.int value
);
property System.int CharSet {
   System.int get();
   void set (    System.int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFontInfo Interface
IFontInfo Members

Send Feedback