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




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

    Return Value

    The new instance of ImGearPDEGraphicState class object.
    See Also