CPDFDocumentReleasePages Method |
Releases resources of the specified page or release resources of all page objects if pageIndex is -1
Namespace:
ComPDFKit.PDFDocument
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public void ReleasePages(
int pageIndex = -1
)
Parameters
- pageIndex (Optional)
- Type: SystemInt32
Page index
See Also