ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFontCreateFromSysFontParams Class / ImGearPDEFontCreateFromSysFontParams Constructor




In This Topic
    ImGearPDEFontCreateFromSysFontParams Constructor
    In This Topic
    Initializes a new instance of the ImGearPDEFontCreateFromSysFontParams class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearPDEFontCreateFromSysFontParams()
    public ImGearPDEFontCreateFromSysFontParams()
    public: ImGearPDEFontCreateFromSysFontParams();
    public:
    ImGearPDEFontCreateFromSysFontParams();

    Return Value

    The new instance of ImGearPDEFontCreateFromSysFontParams class object.
    See Also