'Declaration Protected Overrides Function NeedEncodePage( _
ByVal pagePDF page which should be added to PDF document.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal compressionCompression which should be used for encoding the page.As Vintasoft.Imaging.Pdf.PdfCompression, _
ByVal compressionSettingsCompression settings which should be used for encoding the page.As Vintasoft.Imaging.Pdf.PdfCompressionSettings _
) As Boolean
protected override bool NeedEncodePage(
Vintasoft.Imaging.Pdf.Tree.PdfPage page,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings compressionSettings
)
protected: bool NeedEncodePage(
Vintasoft.Imaging.Pdf.Tree.PdfPage* page,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings* compressionSettings
); override
protected:
bool NeedEncodePage(
Vintasoft.Imaging.Pdf.Tree.PdfPage^ page,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings^ compressionSettings
); override
Parameters
- page
- PDF page which should be added to PDF document.
- compression
- Compression which should be used for encoding the page.
- compressionSettings
- Compression settings which should be used for encoding the page.
Return Value
True - PDF page must be encoded with specified encoding settings and added to a PDF document;
false - PDF page must be copied as is (not encoded) to a PDF document.
false - PDF page must be copied as is (not encoded) to a PDF document.