public final class FileParams extends Object
Defines an embedded file parameter dictionary that shall contain additional file-specific information.
Modifier and Type | Method and Description |
---|---|
String |
getCheckSum()
A 16-byte string that is the checksum of the bytes of the uncompressed embedded file.
|
Date |
getCreationDate() |
com.aspose.pdf.engine.data.IPdfDictionary |
getEngineDict() |
Date |
getModDate() |
int |
getSize()
The size of the uncompressed embedded file, in bytes.
|
public com.aspose.pdf.engine.data.IPdfDictionary getEngineDict()
public int getSize()
The size of the uncompressed embedded file, in bytes.
public Date getCreationDate()
public Date getModDate()
public String getCheckSum()
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.
Copyright © 2017 Aspose. All Rights Reserved.