 | PdfPageObjectCreateObject Method |
Create new page object specified by type
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.52.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.52.2704
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
- Type: Patagames.Pdf.EnumsPageObjectTypes
ypes of page object
Return Value
Type:
IntPtrHandle to a page object
Remarks
Currently, It can be "PDFPAGE_TEXT", "PDFPAGE_IMAGE", "PDFPAGE_PATH",
"PDFPAGE_SHADING", "PDFPAGE_FORM"
See Also