Skip to main content

PdfAnnotationOptions.Author Property

Gets or sets the annotation author. This is a bindable property.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public string Author { get; set; }

Property Value

Type Description
String

The author name.

Property Paths

You can access this nested property as listed below:

Object Type Path to Author
PdfViewer
See Also