PdfEmbeddedFile Properties

The PdfEmbeddedFile type exposes the following members.

Properties

  NameDescription
Public propertyCreationDate
Gets or sets the date and time when the embedded file was created.
Public propertyId
Gets the identifier of this embedded file in this PdfDocument.
Public propertyMimeType
Gets or sets the MIME media type of the embedded file.
Public propertyModifiedDate
Gets or sets the date and time when the embedded file was last modified.
Public propertySize
Gets the size of the embedded file, in bytes.
Public propertyWriteWithoutCompression
Gets or sets the value indicating whether this file should be embedded as is, without being compressed.

See Also