Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / SoundAnnotation Class / Icon Property

In This Topic
    Icon Property (SoundAnnotation)
    In This Topic
    Gets or sets a string specifying the name of an icon used to display the annotation.

    The PDF specification provides a predefined set of icons, those are provided by the SoundAnnotationIcon class.

    Syntax
    'Declaration
     
    Public Property Icon As System.String
    public System.string Icon {get; set;}
    See Also