 | PdfTextHandle Property |
Gets the Pdfium SDK handle that the PdfText is bound to
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.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