Creates a new instance of the XGraphics class from a PdfEdit.Pdf.PdfPage object.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public static XGraphics FromPdfPage( PdfPage page, XGraphicsPdfPageOptions options, XGraphicsUnit unit, XPageDirection pageDirection )
Parameters
- page
- Type: PdfEdit.PdfPdfPage
- options
- Type: PdfEdit.DrawingXGraphicsPdfPageOptions
- unit
- Type: PdfEdit.DrawingXGraphicsUnit
- pageDirection
- Type: PdfEdit.DrawingXPageDirection
Return Value
Type: XGraphicsSee Also