PdfAnnotationOptions Properties
Contains settings that the PDF viewer applies to annotations.
Name | Description |
---|---|
Allow |
Gets or sets whether the Add Circle functionality is available. This is a bindable property. |
Allow |
Gets or sets whether the Add Free Text functionality is available. This is a bindable property. |
Allow |
Gets or sets whether the Add Ink functionality is available. This is a bindable property. |
Allow |
Gets or sets whether the Add Square functionality is available. This is a bindable property. |
Allow |
Gets or sets whether the Add Sticky Note functionality is available. This is a bindable property. |
Allow |
Gets or sets whether to allow users to highlight the selected text with a rounded rectangle. This is a bindable property. |
Allow |
Gets or sets whether to allow users to underline the selected text with a squiggle line. This is a bindable property. |
Allow |
Gets or sets whether to allow users to strikethrough the selected text with a straight line. This is a bindable property. |
Allow |
Gets or sets whether to allow users to underline the selected text with a straight line. This is a bindable property. |
Author | Gets or sets the annotation author. This is a bindable property. |
Automation |
Gets or sets a value that allows the automation framework to find and interact with this element. Inherited from Element. |
Binding |
Gets or sets an object that contains the properties that will be targeted by the bound properties that belong to this Bindable |
Circle |
Gets or sets the circle annotation outline color. This is a bindable property. |
Circle |
Gets or sets the circle annotation’s outline width. This is a bindable property. |
Circle |
Gets or sets the subject for comments assigned to circle annotations. |
Class |
Gets or sets a value used to identify a collection of semantically similar elements. Inherited from Element. |
Dispatcher |
Gets the dispatcher that was available when this bindable object was created, otherwise tries to find the nearest available dispatcher (probably the window’s/app’s). Inherited from Bindable |
Effect |
For internal use by .NET MAUI. Inherited from Element. |
Effects | Gets or sets the styles and properties that will be applied to the element during runtime. Inherited from Element. |
Free |
Gets or sets the text annotation color. This is a bindable property. |
Free |
Gets or sets the text annotation’s font size. This is a bindable property. |
Free |
Gets or sets the subject for comments assigned to free text annotations. |
Highlight |
Gets or sets the highlight color. This is a bindable property. |
Highlight |
Gets or sets the subject for comments assigned to highlights. |
Id | Gets a value that can be used to uniquely identify an element throughout the run of your application. Inherited from Element. |
Ink |
Gets or sets the color that is used for free-hand drawing. This is a bindable property. |
Ink |
Gets or sets the ink line width. This is a bindable property. |
Ink |
Gets or sets the subject for comments assigned to free-hand inked drawing annotations. |
Logical |
For internal use by the Microsoft. |
Parent | Gets or sets the parent Element of this element. Inherited from Element. |
Real |
For internal use by .NET MAUI. Inherited from Element. |
Square |
Gets or sets the square annotation outline color. This is a bindable property. |
Square |
Gets or sets the square annotation’s outline width. This is a bindable property. |
Square |
Gets or sets the subject for comments assigned to square annotations. |
Squiggle |
Gets or sets the color of a wavy line used to underline the selected text. |
Squiggle |
Gets or sets the subject for comments assigned to wavy underlines. |
Sticky |
Gets or sets the fill color of sticky notes. This is a bindable property. |
Sticky |
Gets or sets the subject for comments assigned to circle annotations. |
Strikethrough |
Gets or sets the color of a line used to strike out the selected text. |
Strikethrough |
Gets or sets the subject for comments assigned to strikethrough text annotations. |
Style |
Gets or sets a user defined value to uniquely identify the element. Inherited from Element. |
Underline |
Gets or sets the color of a line used to underline the selected text. |
Underline |
Gets or sets the subject for comments assigned to strikethrough text annotations. |
See Also