[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SaveGraphicsState

Class SaveGraphicsState

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

PDF "q" operator. Save the current graphics state on the graphics state stack.

public class SaveGraphicsState : OperatorBase
Inheritance
object
SaveGraphicsState
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Fields

Instance

The instance of the SaveGraphicsState class.

public static SaveGraphicsState Instance

Field Value

SaveGraphicsState

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

Name

Gets the operator's PDF name.

public override string Name { get; }

Property Value

string