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

    Gets or sets the name of the file attachment annotation icon.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public FileAttachmentAnnotationIconName IconName { get; set; }

    Property Value

    Type Description
    FileAttachmentAnnotationIconName

    The icon name.

    Available values:

    Name Description
    PushPin

    The Pushpin icon name.

    PaperClip

    The Paper clip icon name.

    Graph

    The Graph icon name.

    Tag

    The Tag icon name.

    See Also