Skip to main content
All docs
V26.1
  • PolygonAnnotationIntent Enum

    Lists values that specify the intent of a polygon annotation.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public enum PolygonAnnotationIntent

    Members

    Name Description
    None

    Specifies no special polygon annotation intent.

    PolygonCloud

    Specifies that the annotation is intended to display a cloud shape.

    PolygonDimension

    Specifies that the annotation is intended to display a polygon dimension.

    Related API Members

    The following properties accept/return PolygonAnnotationIntent values:

    See Also