SoundAnnotationIconName Property |
Gets or sets the name of the icon that will be displayed.
Remarks
The PDF specification states that only the icond "Speaker" and "Mic" need to be
supported by PDF viewers. These are available via the
RecommendedIconNames
property.
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string IconName { get; set; }
Public Property IconName As String
Get
Set
Property Value
Type:
String
The name of the icon.
See Also