This class represents the box style dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 361, page 631.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 397, page 811.

A box style dictionary defines the visual appearance of a page boundary guide line in an editing application.

The C entry holds the color as a three-element DeviceRGB array. The W entry gives the line width in user space units. The S entry names the style: S for solid, D for dashed. The D entry holds the dash array and phase when a dashed style is used.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.BoxStyleElement

 

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

 

   
   
Property
Description
EntryC Represents the "C" entry of the box style dictionary object.
EntryW Represents the "W" entry of the box style dictionary object.
EntryS Represents the "S" entry of the box style dictionary object.
EntryD Represents the "D" entry of the box style dictionary object.
inherited properties...