This class represents the linearization parameter dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: f.1, page 680.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: f.1, page 877.

The linearization parameter dictionary is stored at the very beginning of a linearized PDF file. It enables a web browser or networked reader to display the first page while the rest of the file is still downloading.

The Linearized entry confirms the file is linearized and gives the specification version used as a real number.

The L entry gives the total file length in bytes, allowing a reader to verify a download is complete.

The H entry holds an array of two or four integers giving the offset and length of the primary and overflow hint streams. Hint streams allow a reader to calculate byte ranges of objects before downloading them.

The O entry gives the object number of the first page object, allowing immediate first-page display. The E entry gives the byte offset of the end of the first page objects.

The N entry gives the total number of pages. The T entry gives the byte offset of the main cross-reference table or stream. The P entry gives the page index of the first page as defined by the linearization.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.LinearizationParameterElement

 

   
   
Method
Description
LinearizationParameterElement Create a new LinearizationParameterElement.
inherited methods...

 

   
   
Property
Description
EntryLinearized Represents the "Linearized" entry of the linearization parameter dictionary object.
EntryL Represents the "L" entry of the linearization parameter dictionary object.
EntryH Represents the "H" entry of the linearization parameter dictionary object.
EntryO Represents the "O" entry of the linearization parameter dictionary object.
EntryE Represents the "E" entry of the linearization parameter dictionary object.
EntryN Represents the "N" entry of the linearization parameter dictionary object.
EntryT Represents the "T" entry of the linearization parameter dictionary object.
EntryP Represents the "P" entry of the linearization parameter dictionary object.
inherited properties...