Click or drag to resize

InkSetOptionalContent Method

Sets optional content of an annotation. (Optional, PDF1.5).

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetOptionalContent(
	Obj oc
)

Parameters

oc
Type: pdftron.SDFObj
An SDF object corresponding to the optional content, a PDF::OCG::Group or membership dictionary specifying the PDF::OCG::Group properties for the annotation. Before the annotation is drawn, its visibility shall be determined based on this entry as well as the annotation flags specified in the Flag entry . If it is determined to be invisible, the annotation shall be skipped, as if it were not in the document.

Implements

IAnnotSetOptionalContent(Obj)
See Also