 | PdfTypeDictionaryCreate(IntPtr) Method |
Creates new instance of PdfTypeDictionary class
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static PdfTypeDictionary Create(
IntPtr handle
)
Public Shared Function Create (
handle As IntPtr
) As PdfTypeDictionary
public:
static PdfTypeDictionary^ Create(
IntPtr handle
)
static member Create :
handle : IntPtr -> PdfTypeDictionary
public static PdfTypeDictionary Create(
IntPtr handle
)
Patagames.Pdf.Net.BasicTypes.PdfTypeDictionary.Create = function(handle);
Parameters
- handle IntPtr
- A handle to the unmanaged Dictionary object
Return Value
PdfTypeDictionaryAn instance of PdfTypeDictionary
See Also