Click or drag to resize

PdfDocumentPages Property

Gets the collection of Pages found in the PDF document.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public PdfPageCollection Pages { get; }

Property Value

Type: 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