 | PdfiumFPDFOCG_CheckGroupVisible Method |
Checks if the optional content group is visible.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFOCG_CheckGroupVisible(
IntPtr hDoc,
OCGEvent evt,
IntPtr hDict
)
Public Shared Function FPDFOCG_CheckGroupVisible (
hDoc As IntPtr,
evt As OCGEvent,
hDict As IntPtr
) As Boolean
public:
static bool FPDFOCG_CheckGroupVisible(
IntPtr hDoc,
OCGEvent evt,
IntPtr hDict
)
static member FPDFOCG_CheckGroupVisible :
hDoc : IntPtr *
evt : OCGEvent *
hDict : IntPtr -> bool
public static boolean FPDFOCG_CheckGroupVisible(
IntPtr hDoc,
OCGEvent evt,
IntPtr hDict
)
Patagames.Pdf.Pdfium.FPDFOCG_CheckGroupVisible = function(hDoc, evt, hDict);
Parameters
- hDoc IntPtr
- Handle to document. Returned by FPDF_LoadDocument(String, String) or FPDF_CreateNewDocument function.
- evt OCGEvent
- Specifies that the visibility of the OCG should be checked for viewing, printing, or exporting the document.
- hDict IntPtr
- Handle to the optional content group dictionary.
Return Value
BooleanTrue if the optional content group is visible; otherwise false.
See Also