 | PdfPageHandle Property |
Gets the Pdfium SDK handle that the page is bound to
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic IntPtr Handle { get; }
Public ReadOnly Property Handle As IntPtr
Get
public:
property IntPtr Handle {
IntPtr get ();
}
member Handle : IntPtr with get
/** @property */
public IntPtr get_Handle()
Property Value
Type:
IntPtr
See Also