Click or drag to resize

WidgetGetOptionalContent Method

Gets optional content of an annotation.

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

Return Value

Type: Obj
An SDF object corresponding to the grup of optional properties.

Implements

IAnnotGetOptionalContent
Remarks
The return value is an (optional content) group or (optional content) membership dictionary (PDF::OCG::OCMD)specifying the optional content 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.
See Also