AnnotationType Enumeration |
Enumeration that decribes annotation types supported by GroupDocs.Annotation for .NET
Namespace: GroupDocs.Annotation.OptionsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax [SerializableAttribute]
[FlagsAttribute]
public enum AnnotationType
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration AnnotationType
[SerializableAttribute]
[FlagsAttribute]
public enum class AnnotationType
[<SerializableAttribute>]
[<FlagsAttribute>]
type AnnotationType
Members
| Member name | Value | Description |
---|
| None | 0 |
Default value
|
| Area | 2 |
The area annotation type that highlights rectangular area within the document page
|
| Arrow | 4 |
The annotation type that draws an arrow on the document page
|
| Distance | 8 |
The annotation type that measures distance between elements of a document page
|
| Ellipse | 16 |
The annotation of elliptic form that marks parts of document content
|
| Link | 32 |
The annotation type that represents a hyperlink to a remote resource
|
| Point | 64 |
The point annotation type that sticks a comment to an any place within document page
|
| Polyline | 128 |
The polyline annotation type that allows add drawing shapes and freehand lines to a document page
|
| ResourcesRedaction | 256 |
The annotation type that hides textual content behind black rectangle
|
| TextField | 512 |
The text field annotation type represents textual comment inside colored frame
|
| TextHighlight | 1024 |
The annotation type that highlights and comments selected text
|
| TextRedaction | 2048 |
The annotation type that fills part of selected text with black rectangle.
|
| TextReplacement | 4096 |
The annotation type that replaces original text with other provided text fragment
|
| TextStrikeout | 8192 |
The annotation type that marks text fragment with a strikethrough styling
|
| TextUnderline | 16384 |
The annotation type that marks text with a underline styling
|
| Watermark | 32768 |
The annotation type that adds textual watermark over document page
|
| Image | 65536 |
The annotation type that adds image overlay over document page content
|
| Dropdown | 131072 |
The component type that adds dropdown component for pdf document only |
| Checkbox | 135168 | |
| Button | 139264 | |
| TextSquiggly | 9472 |
The annotation type that squiggly and comments selected text
|
| SearchText | 9984 |
The annotation type that search fragment text in document
|
| All | 2147483647 |
All
|
Remarks See Also