 | PdfiumFPDFPageObj_GetMarkParamType Method |
Get a type of the associated property list
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static PropertyListTypes FPDFPageObj_GetMarkParamType(
IntPtr page_object,
int index
)
Public Shared Function FPDFPageObj_GetMarkParamType (
page_object As IntPtr,
index As Integer
) As PropertyListTypes
public:
static PropertyListTypes FPDFPageObj_GetMarkParamType(
IntPtr page_object,
int index
)
static member FPDFPageObj_GetMarkParamType :
page_object : IntPtr *
index : int -> PropertyListTypes
public static PropertyListTypes FPDFPageObj_GetMarkParamType(
IntPtr page_object,
int index
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetMarkParamType = function(page_object, index);
Parameters
- page_object IntPtr
- Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
- index Int32
- Zero-based index of the element in the marked content
Return Value
PropertyListTypesType of the associated property list.
See Also