Class Media

Media Annotations specifies a region of a page upon which media clips may be played.

Inheritance
Media
Implements
Namespace: PSPDFKit.Sdk.Models.Annotation
Assembly: Sdk.dll
Syntax
public sealed class Media : AnnotationBase, IAnnotation

Properties

| Edit this page View Source

ContetType

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
| Edit this page View Source

Description

Description of the media content.

Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
Type Description
string
| Edit this page View Source

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
| Edit this page View Source

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

Implements

IAnnotation