Skip to main content
All docs
V26.1
  • TextAnnotation.IconName Property

    Gets or sets the name of an icon that is used in the annotation.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public TextAnnotationIconName IconName { get; set; }

    Property Value

    Type Description
    TextAnnotationIconName

    The name of a text annotation icon.

    Available values:

    Show 17 items
    Name Description Icon
    Default

    Default icon.

    Check

    Checkmark icon.

    Checkmark

    Circle

    Circle icon.

    Circle

    Comment

    Comment icon.

    Comment

    Cross

    Cross icon.

    Cross

    CrossHairs

    Crosshairs icon.

    CrossHair

    Help

    Help icon.

    Help

    Insert

    Insert icon.

    Insert

    Key

    Key icon.

    Key

    NewParagraph

    New Paragraph icon.

    NewParagraph

    Note

    Note icon.

    Note

    Paragraph

    Paragraph icon.

    Paragraph

    RightArrow

    Right Arrow icon.

    RightArrow

    RightPointer

    Right Pointer icon.

    RightPointer

    Star

    Star icon.

    Star

    UpArrow

    Up Arrow icon.

    UpArrow

    UpLeftArrow

    Up-Left Arrow icon.

    UpLeftArrow

    See Also