[]
Gets the FileSpecification object representing the content associated with this RichMediaAnnotation.
public FileSpecification GetContent(out RichMediaAnnotationContentType? contentType)
Public Function GetContent(ByRef contentType As RichMediaAnnotationContentType?) As FileSpecification
Type | Name | Description |
---|---|---|
RichMediaAnnotationContentType? | contentType | OUT: The content type. |
Type | Description |
---|---|
FileSpecification | The file specification representing the content, or null if the content cannot be extracted. |