Click or drag to resize
FileIdentifier Class
A File Identifier is described in section 8.3 of the PDF specification. The first string is a permanent identifier based on the contents of the file at the time it was originally created, and does not change as the file is incrementally updated. The second string is a changing identifier based on the file's contents the last time it was updated.
Inheritance Hierarchy
SystemObject
  Kettic.PdfPdfObject
    Kettic.PdfFileIdentifier

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class FileIdentifier : PdfObject

The FileIdentifier type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCreatedPart
Returns the CreatedPart as a byte array.
Public propertyModifiedPart
Returns the ModifiedPart as a byte array.
Top
Remarks
If this class were being use to update a PDF's file identifier, we'd need to add a method to parse an existing file identifier.
See Also