The EmbeddedFile class represents an embedded file in a PDF document.

Syntax

public class EmbeddedFile
Public Class EmbeddedFile

Introduced: 33.0.

Properties

Property Description
BinaryData If the file is a binary file, this property returns the binary data.
CreationDate Gets the file's creation date.
Description Gets the file's optional description.
FileName Gets the file's name.
HasBinaryData Gets a value indicating whether the embedded file has binary data.
HasStringData Gets a value indicating whether the embedded file has text data.
LastModificationDate Gets the date the file was last modified.
MimeType Gets an optional string specifying the file's type using types specified through the Multipurpose Internet Mail Extensions (MIME) specification.
Relationship PDF/A only.
StringData If the file is a text file, this property returns the text data.