Click or drag to resize

ContextSetNonOCDrawing Method

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.

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetNonOCDrawing(
	bool draw_non_OC
)

Parameters

draw_non_OC
Type: SystemBoolean
draw_non_OC A flag specifying whether the content that is not marked as optional should be treated as visible.
See Also