PdfSoundAnnotation.Description Property

Gets or sets the description of this annotation.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Description { get; set; }
VB
Public Property Description As String
	Get
	Set

Property Value

Type: String
The description of this annotation.

See Also