Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / RestoreGraphicsState Class
Members

In This Topic
    RestoreGraphicsState Class
    In This Topic
    PDF "Q" operator. Restore the graphics state by removing the most recently saved state from the stack and making it the current state.
    Object Model
    RestoreGraphicsState Class
    Syntax
    'Declaration
     
    Public Class RestoreGraphicsState 
       Inherits OperatorBase
    public class RestoreGraphicsState : OperatorBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Operators.OperatorBase
          GrapeCity.Documents.Pdf.Operators.RestoreGraphicsState

    See Also