PdfRichMediaInstance.ContentType Property

Gets a value indicating the content type of this instance.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfRichMediaContentType ContentType { get; }
VB
Public ReadOnly Property ContentType As PdfRichMediaContentType
	Get

Property Value

Type: PdfRichMediaContentType
The content type.

See Also