Initialize a new instance of the EmbeddedFileStream class.
ObjectManager that controls the lifetime of the EmbeddedFileStream.
The file data.
Initialize a new instance of the EmbeddedFileStream class.
The file data.
Gets or sets a 16-byte string that is the checksum of the bytes of the uncompressed embedded file. The checksum is calculated by applying the standard MD5 message-digest algorithm to the bytes of the embedded file stream. Checksum calculated automatically when EmbeddedFileStream is created.
Gets or sets a 16-byte string that is the checksum of the bytes of the uncompressed embedded file. The checksum is calculated by applying the standard MD5 message-digest algorithm to the bytes of the embedded file stream. Checksum calculated automatically when EmbeddedFileStream is created.
Gets or sets the date and time when the embedded file was created.
Gets or sets the date and time when the embedded file was created.
Gets the reference to the object.
Gets or sets the file's MIME type.
Gets or sets the file's MIME type.
Gets or sets the date and time when the embedded file was last modified.
Gets or sets the date and time when the embedded file was last modified.
Gets the owner ObjectManager instance.
Gets or sets the size of the embedded file, in bytes.
Gets or sets the size of the embedded file, in bytes.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Gets the Uint8Array containing content of this EmbeddedFileStream, stream should be disposed after usage. NOTE! Method can return null if this EmbeddedFileStream is empty.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Represents embedded file stream in PDF.