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

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

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Docs.v25.2.dll

    Declaration

    public PdfGraphics CreateGraphicsWorldSystem()

    Returns

    Type Description
    PdfGraphics

    A PdfGraphics object that uses world coordinates.

    See Also