Back to Devexpress

PdfDocumentProcessor.CreateGraphicsWorldSystem(Single, Single) Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-dot-creategraphicsworldsystem-x28-system-dot-single-system-dot-single-x29.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public PdfGraphics CreateGraphicsWorldSystem(
    float dpiX,
    float dpiY
)
vb
Public Function CreateGraphicsWorldSystem(
    dpiX As Single,
    dpiY As Single
) As PdfGraphics

Parameters

NameTypeDescription
dpiXSingle

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

| | dpiY | Single |

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

|

Returns

TypeDescription
PdfGraphics

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

|

See Also

PdfDocumentProcessor Class

PdfDocumentProcessor Members

DevExpress.Pdf Namespace