[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FileID

Class FileID

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Defines ID of PDF file.

public class FileID : PdfArrayWrapper, IPdfArray
Inheritance
object
GrapeCity.Documents.Pdf.Wrappers.PdfArrayWrapper
FileID
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

FileID()

Initializes a new instance of the FileID class.

public FileID()

FileID(byte[], byte[])

Initializes a new instance of the FileID class.

public FileID(byte[] permanentID, byte[] changingID)

Parameters

permanentID byte[]

The permanent ID.

changingID byte[]

The changing ID.

Properties

ChangingID

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

public byte[] ChangingID { get; set; }

Property Value

byte[]

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.

public byte[] PermanentID { get; set; }

Property Value

byte[]