This class represents the projection dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 305, page 524.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 316, page 655.

A projection dictionary specifies the camera projection for a 3D view. The CS entry names the projection type: P for perspective or O for orthographic. Each type has its own set of defining parameters.

For perspective projections, the F and N entries give the far and near clipping plane distances. The FOV entry gives the field of view angle in degrees. The PS entry controls how the field of view is measured: either from the diagonal, the horizontal, or the vertical extent of the viewport.

For orthographic projections, the OS entry gives the orthographic scale factor. The OB entry names the orthographic bounding behaviour.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.ProjectionElement

 

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

 

   
   
Property
Description
EntrySubtype Represents the "Subtype" entry of the projection dictionary object.
EntryCS Represents the "CS" entry of the projection dictionary object.
EntryF Represents the "F" entry of the projection dictionary object.
EntryN Represents the "N" entry of the projection dictionary object.
EntryFOV Represents the "FOV" entry of the projection dictionary object.
EntryPS Represents the "PS" entry of the projection dictionary object.
EntryOS Represents the "OS" entry of the projection dictionary object.
EntryOB Represents the "OB" entry of the projection dictionary object.
inherited properties...