MarkupAnnotationIntent Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the intent. A name describing the intent of the markup annotation. Intents allow conforming readers to distinguish between different uses and behaviors of a single markup annotation type. If this entry is not present or its value is the same as the annotation type, the annotation shall have no explicit intent and should behave in a generic manner in a conforming reader.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public IntentStyle Intent { get; set; }

Property Value

Type: IntentStyle
The intent.
See Also

Reference