[]
Defines the options specifying a range of magnifications at which the content in an optional content group is visible.
public class OptionalContentUsage.ZoomDef : PdfDictWrapper, IPdfDict
Initializes a new instance of the OptionalContentUsage.ZoomDef class.
public ZoomDef()
Gets or sets the magnification factor below which the group shall be visible. Default value: float.PositiveInfinity.
public float Max { get; set; }
Gets or sets the minimum recommended magnification factor at which the group shall be visible. Default value: 0.
public float Min { get; set; }