Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfAnnotationOptions Properties
Show Inherited Hide Inherited

Contains settings that the PDF viewer applies to annotations.
Name Description
AllowAddCircle Gets or sets whether the Add Circle functionality is available. This is a bindable property.
AllowAddFreeText Gets or sets whether the Add Free Text functionality is available. This is a bindable property.
AllowAddInk Gets or sets whether the Add Ink functionality is available. This is a bindable property.
AllowAddSquare Gets or sets whether the Add Square functionality is available. This is a bindable property.
AllowAddStickyNote Gets or sets whether the Add Sticky Note functionality is available. This is a bindable property.
AllowHighlight Gets or sets whether to allow users to highlight the selected text with a rounded rectangle. This is a bindable property.
AllowSquiggle Gets or sets whether to allow users to underline the selected text with a squiggle line. This is a bindable property.
AllowStrikethrough Gets or sets whether to allow users to strikethrough the selected text with a straight line. This is a bindable property.
AllowUnderline 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.
AutomationId Gets or sets a value that allows the automation framework to find and interact with this element. Inherited from Element.
BindingContext

Gets or sets an object that contains the properties that will be targeted by the bound properties that belong to this BindableObject. This is a bindable property.

Inherited from BindableObject.
CircleColor Gets or sets the circle annotation outline color. This is a bindable property.
CircleLineWidth Gets or sets the circle annotation’s outline width. This is a bindable property.
CircleSubject Gets or sets the subject for comments assigned to circle annotations.
ClassId 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 BindableObject.
EffectControlProvider 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.
FreeTextColor Gets or sets the text annotation color. This is a bindable property.
FreeTextFontSize Gets or sets the text annotation’s font size. This is a bindable property.
FreeTextSubject Gets or sets the subject for comments assigned to free text annotations.
HighlightColor Gets or sets the highlight color. This is a bindable property.
HighlightSubject 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.
InkColor Gets or sets the color that is used for free-hand drawing. This is a bindable property.
InkLineWidth Gets or sets the ink line width. This is a bindable property.
InkSubject Gets or sets the subject for comments assigned to free-hand inked drawing annotations.
LogicalChildren For internal use by the Microsoft.Maui.Controls platform. Inherited from Element.
Parent Gets or sets the parent Element of this element. Inherited from Element.
RealParent For internal use by .NET MAUI. Inherited from Element.
SquareColor Gets or sets the square annotation outline color. This is a bindable property.
SquareLineWidth Gets or sets the square annotation’s outline width. This is a bindable property.
SquareSubject Gets or sets the subject for comments assigned to square annotations.
SquiggleColor Gets or sets the color of a wavy line used to underline the selected text.
SquiggleSubject Gets or sets the subject for comments assigned to wavy underlines.
StickyNoteColor Gets or sets the fill color of sticky notes. This is a bindable property.
StickyNoteSubject Gets or sets the subject for comments assigned to circle annotations.
StrikethroughColor Gets or sets the color of a line used to strike out the selected text.
StrikethroughSubject Gets or sets the subject for comments assigned to strikethrough text annotations.
StyleId Gets or sets a user defined value to uniquely identify the element. Inherited from Element.
UnderlineColor Gets or sets the color of a line used to underline the selected text.
UnderlineSubject Gets or sets the subject for comments assigned to strikethrough text annotations.
See Also