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