 | PdfFontCreateFromHandle Method |
Create new instance of
PdfFont class from native handle.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static PdfFont CreateFromHandle(
IntPtr handle
)
Public Shared Function CreateFromHandle (
handle As IntPtr
) As PdfFont
public:
static PdfFont^ CreateFromHandle(
IntPtr handle
)
static member CreateFromHandle :
handle : IntPtr -> PdfFont public static PdfFont CreateFromHandle(
IntPtr handle
)
Patagames.Pdf.Net.PdfFont.CreateFromHandle = function(handle);
Parameters
- handle IntPtr
Return Value
PdfFontAn instance of
PdfFont class.
See Also