Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / SetGraphicsState Class / SetGraphicsState Constructor
The value of DictName.

In This Topic
    SetGraphicsState Constructor
    In This Topic
    Initializes a new instance of the SetGraphicsState class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dictName As PdfName _
    )
    public SetGraphicsState( 
       PdfName dictName
    )

    Parameters

    dictName
    The value of DictName.
    See Also