RedactionGetAppFormXO Method |
Gets Overlay appearance of the Redaction annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetAppFormXO()
Public Function GetAppFormXO As Obj
public:
virtual Obj^ GetAppFormXO() sealed
Return Value
Type:
Obj An SDF object that represents the overlay overlay appearance of the Redaction annotation.
Remarks This overlay overlay appearance object is a form XObject specifying the overlay appearance for this
redaction annotation. After this redaction is applied and the affected content has been removed,
the overlay appearance should be drawn such that its origin lines up with the lower-left corner
of the annotation rectangle. This form XObject is not necessarily related to other annotation
appearances, and may or may not be present in the Appearance dictionary. This entry takes precedence over the Interior Color(IC),
OverlayText, OverlayTextAppearance(DA), and QuadPoint(Q) entries.
See Also