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

NameTypeAccessDescription
SizeintReadUncompressed file size in bytes (PDF /Size entry).
CheckSumstringReadHex-encoded MD5 of the uncompressed file, or empty when absent.
CreationDateDateTimeRead/WriteThe file’s creation date.
ModDateDateTimeRead/WriteThe file’s last-modification date.

Methods

SignatureDescription
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).

See Also