[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FileID.-ctor

FileID Constructor

FileID()

Initializes a new instance of the FileID class.

Declaration
public FileID()

FileID(byte[], byte[])

Initializes a new instance of the FileID class.

Declaration
public FileID(byte[] permanentID, byte[] changingID)
Parameters
Type Name Description
byte[] permanentID

The permanent ID.

byte[] changingID

The changing ID.