Initializes a new instance of the XForm class such that it can be drawn on the specified graphics
object.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
Parameters
- gfx
- Type: PdfEdit.DrawingXGraphics
The graphics object that later is used to draw this form. - size
- Type: PdfEdit.DrawingXSize
The size in points of the form.
See Also