ImageGear v26.5 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFStyle Class / Font Property




In This Topic
    Font Property (ImGearPDFStyle)
    In This Topic
    Gets the style's font.
    Syntax
    'Declaration
     
    Public ReadOnly Property Font As ImGearPDFFont
    'Usage
     
    Dim instance As ImGearPDFStyle
    Dim value As ImGearPDFFont
     
    value = instance.Font
    public ImGearPDFFont Font {get;}
    public: __property ImGearPDFFont* get_Font();
    public:
    property ImGearPDFFont^ Font {
       ImGearPDFFont^ get();
    }

    Property Value

    Integer value.
    See Also