This class represents the optional content usage zoom dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 102, page 232.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 100, page 284.

The zoom usage dictionary defines a magnification range within which an optional content group should be visible. This allows content to appear or disappear as the user zooms in or out.

The min entry gives the minimum magnification factor at which the group is visible. A value of 0 means no lower bound.

The max entry gives the maximum magnification factor. A value of infinity (represented in the file by a very large number) means no upper bound. When the viewer's zoom falls outside [min, max], the group may be turned off automatically.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.OptionalContentUsageZoomElement

 

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

 

   
   
Property
Description
EntryMin Represents the "min" entry of the optional content usage zoom dictionary object.
EntryMax Represents the "max" entry of the optional content usage zoom dictionary object.
inherited properties...