'Declaration Public Sub DrawFormContent( _
ByVal formThe form to draw.As Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource, _
ByVal rectSystem.Drawing.RectangleF structure that specifies the location of the drawn form.As System.Drawing.RectangleF _
)
public void DrawFormContent(
Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource form,
System.Drawing.RectangleF rect
)
public: void DrawFormContent(
Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource* form,
System.Drawing.RectangleF* rect
)
public:
void DrawFormContent(
Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource^ form,
System.Drawing.RectangleF^ rect
)
Parameters
- form
- The form to draw.
- rect
- System.Drawing.RectangleF structure that specifies the location of the drawn form.