Class FileParams
Contents
[
Hide
]FileParams class
Defines an embedded file parameter dictionary that shall contain additional file-specific information.
public sealed class FileParams
Constructors
Name | Description |
---|---|
FileParams(FileSpecification) | Constructor for FileParams class. |
Properties
Name | Description |
---|---|
CheckSum { get; } | 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. |
CreationDate { get; set; } | The date and time when the embedded file was created. |
ModDate { get; set; } | The date and time when the embedded file was last modified. |
Size { get; } | The size of the uncompressed embedded file, in bytes. |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF