Enum AnnotationToolbarItem
Enum AnnotationToolbarItem for annotation toolbar settings.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AnnotationToolbarItem
Fields
| Name | Description |
|---|---|
| AnnotationDeleteTool | Represents the Annotation delete tool. We can delete the annotation by this tool. |
| CalibrateTool | Represents the Calibrate tool. We can add the following measure types (distance, perimeter, area, radius, volume). |
| CloseTool | Represents the CloseTool tool. We can close the annotation toolbar using this tool. |
| ColorEditTool | Represents the Color edit tool. We can change the color of the annotation using this tool. |
| CommentPanelTool | Represents the CommentPanel tool. This shows the added annotations in the PDF Viewer page. |
| FontAlignAnnotationTool | Represents the FontAlignAnnotation tool. We can change the font alignment of the free text annotation. |
| FontColorAnnotationTool | Represents the FontColorAnnotation tool. We can change the font color of the free text annotation. |
| FontFamilyAnnotationTool | Represents the FontFamilyAnnotation tool. We can change the font family of the free text annotation. |
| FontSizeAnnotationTool | Represents the FontSizeAnnotation tool. We can change the font size of the free text annotation. |
| FontStylesAnnotationTool | Represents the FontStylesAnnotation tool. We can change the font style of the free text annotation. |
| FreeTextAnnotationTool | Represents the FreeTextAnnotation tool. We can add free text using this tool. |
| HandWrittenSignatureTool | Represents the HandWrittenSignature tool. We can add signature using this tool. |
| HighlightTool | Represents the Highlight Tool. We can Highlight a word or sentence using this tool. |
| InkAnnotationTool | Represents the InkAnnotationTool tool. We can add ink annotation. |
| OpacityEditTool | Represents the Opacity edit tool. We can change the opacity of the annotation. |
| ShapeTool | Represents the Shape tool. We can add the following shapes (line, line with arrow, circle, rectangle, polygon). |
| SquigglyTool | Represents the Squiggly Tool. We can squiggly a word or sentence using this tool. |
| StampAnnotationTool | Represents the StampAnnotation tool. We can add stamps using this tool. |
| StrikethroughTool | Represents the Strikethrough Tool. We can strikethrough a word or sentence using this tool. |
| StrokeColorEditTool | Represents the StrokeColor edit tool. We can change the stroke color of the annotation using this tool. |
| ThicknessEditTool | Represents the Thickness edit tool. We can change the thickness of the annotation. |
| UnderlineTool | Represents the Underline Tool. We can underline a word or sentence using this tool. |