Class Media
Media Annotations specifies a region of a page upon which media clips may be played.
Implements
Inherited Members
Namespace: PSPDFKit.Sdk.Models.Annotation
Assembly: Sdk.dll
Syntax
public sealed class Media : AnnotationBase, IAnnotation
Properties
| Edit this page View SourceContetType
The content type of the connected attachment binary data.
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
public string ContetType { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Description of the media content.
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
FileName
The file name of the attached file.
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
public string FileName { get; }
Property Value
Type | Description |
---|---|
string |
MediaAttachmentId
The attachment identifier of the media. It holds the media data as binary.
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
public string MediaAttachmentId { get; set; }
Property Value
Type | Description |
---|---|
string |