Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / RichMediaAnnotation Class / GetContent Method
OUT: The content type.

In This Topic
    GetContent Method (RichMediaAnnotation)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.FileSpecification object representing the content associated with this RichMediaAnnotation.
    Syntax
    'Declaration
     
    Public Function GetContent( _
       ByRef contentType As System.Nullable(Of RichMediaAnnotationContentType) _
    ) As FileSpecification
    public FileSpecification GetContent( 
       out System.Nullable<RichMediaAnnotationContentType> contentType
    )

    Parameters

    contentType
    OUT: The content type.

    Return Value

    The file specification representing the content, or a null reference (Nothing in Visual Basic) if the content cannot be extracted.
    See Also