PdfEmbeddedFile.MimeType Property

Gets or sets the MIME media type of the embedded file.

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

Syntax

C#
public string MimeType { get; set; }
VB
Public Property MimeType As String
	Get
	Set

Property Value

Type: String
The MIME media type of the embedded file or null if there is no value set for this property.

See Also