Frameworks
Integrations
Mendix
SharePoint
Default UI
Modular UI
AnnotationManager
Annotation Types
Customize
Version 11
Version 10
v10.12
v10.11
v10.10
v10.9
v10.8
v10.7
v10.6
v10.5
v10.4
v10.3
v10.2
v10.1
v10.0
Version 8
v8.12
v8.11
v8.10
v8.9
v8.8
v8.7
v8.6
v8.5
v8.4
v8.3
v8.2
v8.1
v8.0
Version 7
Version 6
v6.3
v6.2
v6.1
v6.0
Version 5
Version 4
Version 3
Version 2
WebViewer Server
WebViewer BIM
Redaction annotations are annotations that mark areas of the PDF for redaction. They can exist as a text selection or rectangle to redact text or an area of a page respectively. Redaction occurs in two steps: creating the redaction and applying the redaction. The redaction application button will only appear when the full API is enabled.
Redaction annotations support both fill and stroke colors. They appear as empty rectangles with a border by default until you hover over them. Then the fill color and overlay text will appear, giving a preview of the redaction result.
Redaction annotations can be initialized with either the Quads property or the Rect property. The annotation will automatically determine whether it should be a text or rectangular redaction based on which property was used if IsText was not provided. When IsText is provided, the user-defined type is respected and the annotation will automatically initialize the right properties.
Element name: redact
Gets or sets the page number of a document that the annotation appears on.
Gets of sets the text quads of the annotation. Since text annotations can span multiple lines of text, the lines of text are represented with an array of quads.
If the redaction is rectangular, only the first quad will be used.
Gets or sets whether the redaction will be treated as a text redaction or rectangular area redaction. If this is not provided, then the annotation will try to make an assumption based on the number of quads provided.
For the full list of properties, please visit the annotation's API docs.
Text to show after redaction has been applied. You can see a preview when hovering over the annotation.
Gets or sets the size of the overlay text. It accepts a string and defaults to 18pt
.
The horizontal alignment of the annotation's text.
Values:
This affects the redaction text.
The color of the redaction overlay text. The default is red.
Gets or sets the color of the annotation's stroke.
Gets or sets the color of the annotation's interior.
Gets or sets the color shown when mouse is not hovering over the annotation.
Gets or sets the width of the annotation's stroke outline.
Gets or sets whether the cursor is hovering over the annotation.
The author of the annotation.
Gets or sets the annotation's stroke color.
Gets or sets whether the annotation is hidden.
Gets or sets whether the annotation is invisible, only if it is an unknown annotation type. Generally for hiding annotations you should use "Hidden".
Gets or sets whether the annotation should be listed in annotation lists. If set to false, the annotation will also become unselectable.
Gets or sets whether the annotation is locked or not. If it's locked it can't be edited or deleted, but the note can be edited.
Gets or sets whether the annotation contents are locked or not. If the contents are locked then note can't be edited but the annotation can be edited or deleted.
Gets or sets if this annotation can be deleted.
Gets or sets whether the annotation is visible on the screen. Differs from Hidden in that it can still be printed if the print flag is set.
Gets or sets the opacity of the annotation.
Gets or sets whether the annotation should be displayed when printing the page.
Gets or sets whether the annotation is readonly or not. If it's readonly both the annotation itself and its note can't be edited or deleted.
Gets or sets whether the ToggleNoView flag is set on the annotation.
Although it is possible to get the quads using the Quads
property, there is also a getQuads
method on the annotation to get its quads.
Using the setQuads
API can be used to set the quads for the annotation as well.
Applying redactions are not done through the annotation but through the applyRedactions
API on the AnnotationManager. You can provide a subset of redactions to apply to avoid redacting all redactions before they are ready.
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales