Table of Contents

Enum PdfFileIdType

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

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:

  • PermanentRepresents the permanent identifier, which remains constant across revisions of the document.
  • ChangingRepresents the changing identifier, which is updated with each revision of the document.