ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSysFont Class / CIDSupplement Property




In This Topic
    CIDSupplement Property
    In This Topic
    Gets a supplement information of a multi-byte system font.
    Syntax
    'Declaration
     
    Public ReadOnly Property CIDSupplement As Integer
    'Usage
     
    Dim instance As ImGearPDFSysFont
    Dim value As Integer
     
    value = instance.CIDSupplement
    public int CIDSupplement {get;}
    public: __property int get_CIDSupplement();
    public:
    property int CIDSupplement {
       int get();
    }

    Property Value

    Integer value.
    See Also