 | PdfiumFPDFPageObj_SetMark Method |
Set marked content at the specified index
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPageObj_SetMark(
IntPtr page_object,
int index,
string tag,
PropertyListTypes paramType,
IntPtr dictionary
)
Public Shared Sub FPDFPageObj_SetMark (
page_object As IntPtr,
index As Integer,
tag As String,
paramType As PropertyListTypes,
dictionary As IntPtr
)
public:
static void FPDFPageObj_SetMark(
IntPtr page_object,
int index,
String^ tag,
PropertyListTypes paramType,
IntPtr dictionary
)
static member FPDFPageObj_SetMark :
page_object : IntPtr *
index : int *
tag : string *
paramType : PropertyListTypes *
dictionary : IntPtr -> unit
public static void FPDFPageObj_SetMark(
IntPtr page_object,
int index,
String tag,
PropertyListTypes paramType,
IntPtr dictionary
)
Patagames.Pdf.Pdfium.FPDFPageObj_SetMark = function(page_object, index, tag, paramType, dictionary);
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
- tag String
- A tag operand of the marked content operator
- paramType PropertyListTypes
- A type of the associated property list
- dictionary IntPtr
- Handle to the dictionary
See Also