 | PdfiumFPDFPageObj_Create Method |
Create new page object specified by type
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFPageObj_Create(
PageObjectTypes type
)
Public Shared Function FPDFPageObj_Create (
type As PageObjectTypes
) As IntPtr
public:
static IntPtr FPDFPageObj_Create(
PageObjectTypes type
)
static member FPDFPageObj_Create :
type : PageObjectTypes -> IntPtr
public static IntPtr FPDFPageObj_Create(
PageObjectTypes type
)
Patagames.Pdf.Pdfium.FPDFPageObj_Create = function(type);
Parameters
- type PageObjectTypes
- Types of page object
Return Value
IntPtrHandle to a page object
Remarks
Currently, It can be "PDFPAGE_TEXT", "PDFPAGE_IMAGE", "PDFPAGE_PATH",
"PDFPAGE_SHADING", "PDFPAGE_FORM"
See Also