Namespace TallComponents.PDF.Rasterizer
Class EmbeddedFile
An embedded file (also know as attachment) object.
Syntax
public class EmbeddedFile
: Object
Properties
DateTime CreationDate
The creation date for this embedded file.
String Description
The description provided to this embedded file.
String FileName
The file name for this embedded file.
String FolderName
The folder name in which this embedded file should be placed. (can be null, meaning not placed in any folder)
String MimeType
The MIME type for this embedded file.
DateTime ModificationDate
The modification date for this embedded file.
Int32 Size
The size in bytes for this embedded file.