RedactionSetQuadForm Method (RedactionQuadForm) |
Creates an Redaction annotation and initialize it using given annotation object.
Sets Overlay text quadding(justification) format of the Redaction annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetQuadForm(
RedactionQuadForm form
)
Public Sub SetQuadForm (
form As RedactionQuadForm
)
public:
virtual void SetQuadForm(
[InAttribute] RedactionQuadForm form
) sealed
function SetQuadForm(form);
Parameters
- form
- Type: pdftron.PDF.AnnotsRedactionQuadForm
An entry of the "QuadForm" enum, indicating the
overlay text quadding(justification) format of the Redaction annotation .
Remarks The constructor does not copy any data, but is instead the logical
equivalent of a type cast.
Remarks Quadding format specifies the form of quadding (justification) to be
used in laying out the overlay
See Also