Enum PdfFileIdType
Specifies the type of file identifier used in a PDF document, as defined by the PDF specification.
public enum PdfFileIdType
Fields
Changing = 1
Permanent = 0
Remarks
A PDF file identifier consists of two parts: a "permanent" identifier and a "changing" identifier. The PdfFileIdType enum is used to distinguish between these two types: