'Declaration Public Function New( _
ByVal documentThe parent PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal imageResourceThe image resource, which must be added to the new form resource.As PdfImageResource _
)
public PdfFormXObjectResource(
Vintasoft.Imaging.Pdf.PdfDocument document,
PdfImageResource imageResource
)
public: PdfFormXObjectResource(
Vintasoft.Imaging.Pdf.PdfDocument* document,
PdfImageResource* imageResource
)
public:
PdfFormXObjectResource(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
PdfImageResource^ imageResource
)
Parameters
- document
- The parent PDF document.
- imageResource
- The image resource, which must be added to the new form resource.