Context Methods |
The Context type exposes the following members.
Name | Description | |
---|---|---|
Close | ||
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNonOCDrawing | Gets the non oc drawing.
| |
GetOCMode | Gets OC drawing mode
| |
GetState | Gets the state.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ResetStates | Sets the sates of all OCGs in the context to ON or OFF.
| |
SetNonOCDrawing | Sets the non-OC status for this context. Content that is not marked
as optional content is drawn (or element.IsOCVisible()) when 'draw_non_OC'
is true, and not drawn/visible otherwise.
| |
SetOCDrawMode | Sets the drawing and enumeration type for this context. This type, together
with the visibility determined by the OCG and OCMD states, controls whether
content that is marked as optional content is drawn or enumerated.
| |
SetState | Sets the ON-OFF states for the given optional-content group (OCG) in this
context.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |