This class represents the rectilinear measure dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 262, page 481.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 267, page 594.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.MeasureElement
          WebSupergoo.ABCpdf14.Elements.RectilinearMeasureElement

A rectilinear measure dictionary maps page coordinates to real-world units using scale factors for each axis, used for engineering drawings and technical diagrams.

The R entry gives the scale ratio as a human-readable text string. The X and Y entries are arrays of number format dictionaries. D, A, T, and S entries hold format dictionaries for distance, area, angle, and slope. The O entry specifies the coordinate system origin.

 

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

 

   
   
Property
Description
EntryR Represents the "R" entry of the rectilinear measure dictionary object.
EntryX Represents the "X" entry of the rectilinear measure dictionary object.
EntryY Represents the "Y" entry of the rectilinear measure dictionary object.
EntryD Represents the "D" entry of the rectilinear measure dictionary object.
EntryA Represents the "A" entry of the rectilinear measure dictionary object.
EntryT Represents the "T" entry of the rectilinear measure dictionary object.
EntryS Represents the "S" entry of the rectilinear measure dictionary object.
EntryO Represents the "O" entry of the rectilinear measure dictionary object.
EntryCYX Represents the "CYX" entry of the rectilinear measure dictionary object.
inherited properties...