SoundSetIcon Method (String) |
Sets the sub type of the Sound annotation.
(Optional)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetIcon(
string type
)
Public Sub SetIcon (
type As String
)
public:
virtual void SetIcon(
[InAttribute] String^ type
) sealed
Parameters
- type
- Type: SystemString
- A string indicating the subtype of the Sound annotation.
Remarks The Icon indicates a name of an icon that shall be
used in displaying the annotation. Conforming readers shall
provide predefined icon appearances for at least the standard
types Speaker and Mic.
Additional types may be supported as well.
Default value: Speaker.
The annotation dictionary’s AP entry, if present, shall take
precedence over the Name entry; see Table 168 and 12.5.5,
“Appearance Streams.”
See Also