FileParams
Overview
FileParams is a class in Aspose.PDF FOSS for .NET.
Wraps the /Params dict on an embedded-file stream (PDF §7.11.3 Table 46).
This class provides 1 method for working with FileParams objects in .NET programs.
Available methods include: FileParams.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: CheckSum, CreationDate, ModDate, Size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Size | int | Read | Uncompressed file size in bytes (PDF /Size entry). |
CheckSum | string | Read | Hex-encoded MD5 of the uncompressed file, or empty when absent. |
CreationDate | DateTime | Read/Write | The file’s creation date. |
ModDate | DateTime | Read/Write | The file’s last-modification date. |
Methods
| Signature | Description |
|---|---|
FileParams(spec: FileSpecification) | Construct a FileParams backed by a FileSpecification’s embedded-stream /Params entry (or a fresh empty dict when the spec has no stream yet). |