'Declaration Public Function New( _
ByVal documentParent document of this page.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal imageThe VintasoftImage to be added as background of the page.As Vintasoft.Imaging.VintasoftImage, _
ByVal compressionCompression type of the image resource.As Vintasoft.Imaging.Pdf.PdfCompression, _
ByVal compressionSettingsCompression settings of the thumbnail resource.As Vintasoft.Imaging.Pdf.PdfCompressionSettings _
)
public PdfPage(
Vintasoft.Imaging.Pdf.PdfDocument document,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings compressionSettings
)
Parameters
- document
- Parent document of this page.
- image
- The VintasoftImage to be added as background of the page.
- compression
- Compression type of the image resource.
- compressionSettings
- Compression settings of the thumbnail resource.