PdfEmbeddedFile.MimeType Property

PDF File Writer

PdfEmbeddedFileMimeType Property

Gets Mime type

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public string MimeType { get; }

Property Value

Type: String
Remarks

The PDF embedded file translates the file extension into mime type string. If the translation fails the MimeType is set to null.

See Also