ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFontAttrs Class / Supplement Field




In This Topic
    Supplement Field
    In This Topic
    The SystemSupplement field from the CIDFont.
    Syntax
    'Declaration
     
    Public Supplement As Integer
    'Usage
     
    Dim instance As ImGearPDEFontAttrs
    Dim value As Integer
     
    value = instance.Supplement
     
    instance.Supplement = value
    public int Supplement
    public: int Supplement
    public:
    int Supplement

    Field Value

    Integer value.
    Remarks
    The default value is 0.
    See Also