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




In This Topic
    ItalicAngle Field
    In This Topic
    Italic angle in degrees, if any.
    Syntax
    'Declaration
     
    Public ItalicAngle As Short
    'Usage
     
    Dim instance As ImGearPDEFontAttrs
    Dim value As Short
     
    value = instance.ItalicAngle
     
    instance.ItalicAngle = value
    public short ItalicAngle
    public: short ItalicAngle
    public:
    short ItalicAngle

    Field Value

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