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




In This Topic
    Ascent Field
    In This Topic
    Maximum ascender height.
    Syntax
    'Declaration
     
    Public Ascent As Short
    'Usage
     
    Dim instance As ImGearPDEFontAttrs
    Dim value As Short
     
    value = instance.Ascent
     
    instance.Ascent = value
    public short Ascent
    public: short Ascent
    public:
    short Ascent

    Field Value

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