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

    Creates a new instance of the PdfGraphics object that uses the world coordinate system with the specified DPI settings.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Docs.v25.2.dll

    Declaration

    public PdfGraphics CreateGraphicsWorldSystem(
        float dpiX,
        float dpiY
    )

    Parameters

    Name Type Description
    dpiX Single

    The horizontal resolution (dots per inch) of the coordinate system.

    dpiY Single

    The vertical resolution (dots per inch) of the coordinate system.

    Returns

    Type Description
    PdfGraphics

    A PdfGraphics object that uses world coordinates scaled according to the specified DPI values.

    See Also