OCMDIsCurrentlyVisible Method |
Checks if is currently visible.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsCurrentlyVisible(
Context context
)
Public Function IsCurrentlyVisible (
context As Context
) As Boolean
public:
virtual bool IsCurrentlyVisible(
[InAttribute] Context^ context
) sealed
function IsCurrentlyVisible(context);
Parameters
- context
- Type: pdftron.PDF.OCGContext
The context in which the visibility of content is tested.
Return Value
Type:
Boolean true if content tagged with this OCMD is visible in the given
context, false if it is hidden.
Based on the optional-content groups listed in the dictionary, the current
ON-OFF state of those groups within the specified context, and the
dictionary's visibility policy, test whether the content tagged with
this dictionary would be visible.
See Also