Click or drag to resize

PdfFontCreateFromHandle Method

Create new instance of PdfFont class from native handle.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static PdfFont CreateFromHandle(
	IntPtr handle
)

Parameters

handle  IntPtr

Return Value

PdfFont
An instance of PdfFont class.
See Also