IAnnotGetOptionalContent Method |
Gets optional content of an annotation.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Function GetOptionalContent As Obj
Obj^ GetOptionalContent()
function GetOptionalContent();
Return Value
Type:
Obj An SDF object corresponding to the grup of optional properties.
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