IntentStyle Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the list of allowed free text intents.

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 enum IntentStyle
Members

  Member nameValueDescription
Default0 Not specified.
FreeText1 The annotation is intended to function as a plain free-text annotation. A plain free-text annotation is also known as a text box comment.
FreeTextCallout2 The annotation is intended to function as a callout. The callout is associated with an area on the page through the callout line.
FreeTextTypeWriter3 The annotation is intended to function as a click-to-type or typewriter object and no callout line is drawn.
LineArrow4 Line is arrow.
LineDimension5 Line is dimension.
PolygonCloud6 The annotation is intended to function as a cloud object.
PolyLineDimension7 The polyline annotation is intended to function as a dimension.
PolygonDimension8 The polygon annotation is intended to function as a dimension.
See Also

Reference