PdfEmbeddedFileMediaType Property |
(Optional, required in the case of an embedded file stream used as as associated file) The media type of the embedded file.
The value of this entry shall conform to the MIME media type names defined in Internet
RFC2046, Multipurpose Internet Mail Extensions (MIME), Part Two: Media Types.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public string MediaType { get; set; }
Public Property MediaType As String
Get
Set
Property Value
String
The media type of the embedded file.
See Also