Click or drag to resize

PdfTypeDictionaryCreate(IntPtr) Method

Creates new instance of PdfTypeDictionary class

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static PdfTypeDictionary Create(
	IntPtr handle
)

Parameters

handle  IntPtr
A handle to the unmanaged Dictionary object

Return Value

PdfTypeDictionary
An instance of PdfTypeDictionary
See Also