'Declaration Public Shared Function CreateFormPageRegion( _
ByVal targetDocumentThe target document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal pageThe page.As PdfPage, _
ByVal rectThe region on page.As System.Drawing.RectangleF _
) As PdfFormXObjectResource
public static PdfFormXObjectResource CreateFormPageRegion(
Vintasoft.Imaging.Pdf.PdfDocument targetDocument,
PdfPage page,
System.Drawing.RectangleF rect
)
public: static PdfFormXObjectResource* CreateFormPageRegion(
Vintasoft.Imaging.Pdf.PdfDocument* targetDocument,
PdfPage* page,
System.Drawing.RectangleF* rect
)
public:
static PdfFormXObjectResource^ CreateFormPageRegion(
Vintasoft.Imaging.Pdf.PdfDocument^ targetDocument,
PdfPage^ page,
System.Drawing.RectangleF^ rect
)
Parameters
- targetDocument
- The target document.
- page
- The page.
- rect
- The region on page.
Return Value
The PdfFormXObjectResource from the specified page region.