Documents for PDF .NET Edition
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 System.String _
    )
    public SetGraphicsState( 
       System.string dictName
    )

    Parameters

    dictName
    The value of DictName.
    See Also