Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfMarkupAnnotation.Intent Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public string Intent { get; }

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