Aspose::Pdf::FileParams class

FileParams class

Defines an embedded file parameter dictionary that shall contain additional file-specific information.

class FileParams : public System::Object

Methods

MethodDescription
FileParams(System::SharedPtr<FileSpecification>)Constructor for FileParams class.
get_CheckSum()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.
get_CreationDate()The date and time when the embedded file was created.
get_ModDate()The date and time when the embedded file was last modified.
get_Size()The size of the uncompressed embedded file, in bytes.
set_CreationDate(System::DateTime)The date and time when the embedded file was created.
set_ModDate(System::DateTime)The date and time when the embedded file was last modified.

See Also