'Declaration Public Function New( _
ByVal documentThe parent PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal pageThe PDF page, which content must be copied into the new form resource.As PdfPage, _
ByVal pageRectRectangle structure that specifies the location and size on page, which content must be copied into the new form resource.As System.Drawing.RectangleF _
)
public PdfFormXObjectResource(
Vintasoft.Imaging.Pdf.PdfDocument document,
PdfPage page,
System.Drawing.RectangleF pageRect
)
public: PdfFormXObjectResource(
Vintasoft.Imaging.Pdf.PdfDocument* document,
PdfPage* page,
System.Drawing.RectangleF* pageRect
)
public:
PdfFormXObjectResource(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
PdfPage^ page,
System.Drawing.RectangleF^ pageRect
)
Parameters
- document
- The parent PDF document.
- page
- The PDF page, which content must be copied into the new form resource.
- pageRect
- Rectangle structure that specifies the location and size on page, which content must be copied into the new form resource.