Skip to main content

PdfMarkupAnnotation.Intent Property

Gets the name that describes the intent of the markup annotation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string Intent { get; set; }

Property Value

Type Description
String

A String value that is the name that describes the markup annotation intent.

Remarks

Intents are used to distinguish between different uses and behaviors of a single markup annotation type.

See Also