[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FileID

FileID Class

Defines ID of PDF file.

Inheritance
PdfArrayWrapper
FileID
Implements
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class FileID : PdfArrayWrapper, IPdfArray
Public Class FileID
    Inherits PdfArrayWrapper
    Implements IPdfArray

Constructors

Name Description
FileID()

Initializes a new instance of the FileID class.

FileID(byte[], byte[])

Initializes a new instance of the FileID class.

Properties

Name Description
ChangingID

Gets or sets 16-byte array defining a changing identifier based on the file’s contents at the time it was last updated.

PermanentID

Gets or sets 16-byte array defining a permanent identifier based on the contents of the file at the time it was originally created and does not change when the file is incrementally updated.

Extension Methods