RedactionQuadForm Enumeration |
This integer list represents the Quad Format of the Redaction annotation
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum RedactionQuadForm
Public Enumeration RedactionQuadForm
public enum class RedactionQuadForm
pdftron.PDF.Annots.RedactionQuadForm = function();
pdftron.PDF.Annots.RedactionQuadForm.createEnum('pdftron.PDF.Annots.RedactionQuadForm', false);
Members
| Member name | Value | Description |
---|
| e_LeftJustified | 0 | Overlay text is left justified |
| e_Centered | 1 | Overlay text is centered |
| e_RightJustified | 2 | Overlay text is right justified |
| e_None | 3 | No justification to the overlay text |
See Also