ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDF Class / GetDefaultGraphicState Method




In This Topic
    GetDefaultGraphicState Method
    In This Topic
    Gets default graphic state attributes.
    Syntax
    'Declaration
     
    Public Shared Function GetDefaultGraphicState() As ImGearPDEGraphicState
    'Usage
     
    Dim value As ImGearPDEGraphicState
     
    value = ImGearPDF.GetDefaultGraphicState()
    public static ImGearPDEGraphicState GetDefaultGraphicState()
    public: static ImGearPDEGraphicState* GetDefaultGraphicState(); 
    public:
    static ImGearPDEGraphicState^ GetDefaultGraphicState(); 

    Return Value

    ImGearPDEGraphicState class object.
    See Also