Click or drag to resize

ContextSetOCDrawMode Method

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.

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetOCDrawMode(
	ContextOCDrawMode oc_draw_mode
)

Parameters

oc_draw_mode
Type: pdftron.PDF.OCGContextOCDrawMode
A flag specifying the visibility of optional content.
See Also