 | PdfPageObjectHandle Property |
Gets the Pdfium SDK handle that the object is bound to
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic IntPtr Handle { get; protected set; }
Public Property Handle As IntPtr
Get
Protected Set
public:
property IntPtr Handle {
IntPtr get ();
protected: void set (IntPtr value);
}
member Handle : IntPtr with get, set
/** @property */
public IntPtr get_Handle()
/** @property */
public void set_Handle(IntPtr value)
function get_Handle();
function set_Handle(value);
Property Value
Type:
IntPtr
See Also