Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / RichMediaAnnotation Class / SetAudio Method
The GrapeCity.Documents.Pdf.FileSpecification object representing the audio content.

In This Topic
    SetAudio Method
    In This Topic
    Sets the content of this RichMediaAnnotation to the audio represented by a GrapeCity.Documents.Pdf.FileSpecification object.
    Syntax
    'Declaration
     
    Public Sub SetAudio( _
       ByVal content As FileSpecification _
    ) 
    public void SetAudio( 
       FileSpecification content
    )

    Parameters

    content
    The GrapeCity.Documents.Pdf.FileSpecification object representing the audio content.
    See Also