Click or drag to resize

PdfDocumentPages Property

Gets the collection of Pages found in the PDF document.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public PdfPageCollection Pages { get; }

Property Value

PdfPageCollection
Remarks
Page loaded into memory when you first access to any method or a property of an object and unloaded from memory when calling the Dispose method
See Also