 | PdfTypeDictionaryCreate Method |
Creates new Dictionary object
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static PdfTypeDictionary Create()
Public Shared Function Create As PdfTypeDictionary
public:
static PdfTypeDictionary^ Create()
static member Create : unit -> PdfTypeDictionary
public static PdfTypeDictionary Create()
Patagames.Pdf.Net.BasicTypes.PdfTypeDictionary.Create = function();
Return Value
PdfTypeDictionaryThe instance of a newly created object
See Also