Skip to main content
All docs
V25.2
  • PdfDocumentProcessor.CreateGraphicsPageSystem() Method

    Creates a new instance of the PdfGraphics object that uses the page coordinate system to draw on a PDF document.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Docs.v25.2.dll

    Declaration

    public PdfGraphics CreateGraphicsPageSystem()

    Returns

    Type Description
    PdfGraphics

    A PdfGraphics object used as a drawing context.

    See Also