[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.RestoreGraphicsState

Class RestoreGraphicsState

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

PDF "Q" operator. Restore the graphics state by removing the most recently saved state from the stack and making it the current state.

public class RestoreGraphicsState : OperatorBase
Inheritance
object
RestoreGraphicsState
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 RestoreGraphicsState class.

public static RestoreGraphicsState Instance

Field Value

RestoreGraphicsState

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