 | PdfPageObjectCreateObject Method |
Create new page object specified by type
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxprotected static IntPtr CreateObject(
PageObjectTypes type
)
Protected Shared Function CreateObject (
type As PageObjectTypes
) As IntPtr
protected:
static IntPtr CreateObject(
PageObjectTypes type
)
static member CreateObject :
type : PageObjectTypes -> IntPtr protected static IntPtr CreateObject(
PageObjectTypes type
)
Patagames.Pdf.Net.PdfPageObject.CreateObject = function(type);
Parameters
- type PageObjectTypes
- ypes 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