Skip to main content

PdfAnnotationOptions.AllowAddInk Property

Gets or sets whether the Add Ink functionality is available. This is a bindable property.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public bool AllowAddInk { get; set; }

Property Value

Type Description
Boolean

true if the Add Ink functionality is available; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowAddInk
PdfViewer
.AnnotationOptions .AllowAddInk

Remarks

If you set the AllowAddInk property to false, the PDF viewer hides the Add Ink Drawing command in the toolbar and disables the AddInkAnnotation method functionality.

See Also