Click or drag to resize

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.0.0.0
Syntax
C#
public void ReleasePages(
	int pageIndex = -1
)

Parameters

pageIndex (Optional)
Type: SystemInt32
Page index
See Also