'Declaration
Public Overloads Sub DrawFormXObject( _ ByVal formXObject As PdfFormXObject, _ ByVal x As Double, _ ByVal y As Double, _ ByVal width As Double, _ ByVal height As Double, _ ByVal rotation As Double _ )
'Usage
Dim instance As PdfGraphics Dim formXObject As PdfFormXObject Dim x As Double Dim y As Double Dim width As Double Dim height As Double Dim rotation As Double instance.DrawFormXObject(formXObject, x, y, width, height, rotation)
Parameters
- formXObject
- PdfFormXObject to draw.
- x
- The x-coordinate of the upper-left corner of the drawn form XObject.
- y
- The y-coordinate of the upper-left corner of the drawn form XObject.
- width
- Width of the drawn form XObject.
- height
- Height of the drawn form XObject.
- rotation
- Rotation angle of the drawn form XObject.