ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFontCreateFromSysFontParams Class / CodePage Property




In This Topic
    CodePage Property
    In This Topic
    Gets or sets a specific code page supported by the font.
    Syntax
    'Declaration
     
    Public Property CodePage As Integer
    'Usage
     
    Dim instance As ImGearPDEFontCreateFromSysFontParams
    Dim value As Integer
     
    instance.CodePage = value
     
    value = instance.CodePage
    public int CodePage {get; set;}
    public: __property int get_CodePage();
    public: __property void set_CodePage( 
       int value
    );
    public:
    property int CodePage {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    Remarks
    When a non-zero code page is supplied, embedding must be turned on and the ENCODE_BY_GID flag set. The default value is 0.
    See Also