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

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

    Parameters

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