[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.RichMediaAnnotation.GetContent

GetContent Method

GetContent(out RichMediaAnnotationContentType?)

Gets the FileSpecification object representing the content associated with this RichMediaAnnotation.

Declaration
public FileSpecification GetContent(out RichMediaAnnotationContentType? contentType)
Public Function GetContent(ByRef contentType As RichMediaAnnotationContentType?) As FileSpecification
Parameters
Type Name Description
RichMediaAnnotationContentType? contentType

OUT: The content type.

Returns
Type Description
FileSpecification

The file specification representing the content, or null if the content cannot be extracted.