[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FileID.-ctor

FileID Constructor

FileID()

Initializes a new instance of the FileID class.

Declaration
public FileID()
Public Sub New()

FileID(byte[], byte[])

Initializes a new instance of the FileID class.

Declaration
public FileID(byte[] permanentID, byte[] changingID)
Public Sub New(permanentID As Byte(), changingID As Byte())
Parameters
Type Name Description
byte[] permanentID

The permanent ID.

byte[] changingID

The changing ID.