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

In This Topic
    SetContent Method (RichMediaAnnotation)
    In This Topic
    Sets the content of this RichMediaAnnotation.
    Syntax
    'Declaration
     
    Public Sub SetContent( _
       ByVal content As FileSpecification, _
       ByVal contentType As RichMediaAnnotationContentType _
    ) 
    public void SetContent( 
       FileSpecification content,
       RichMediaAnnotationContentType contentType
    )

    Parameters

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