Click or drag to resize

RedactionSetAppFormXO Method

Sets Overlay appearance of the Redaction annotation. (Optional)

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

Parameters

formxo
Type: pdftron.SDFObj
An SDF object that represents the overlay appearance of the Redaction annotation.
Remarks
This 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