OptionalContentUsageZoom Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets an array specifying a range of magnifications at which the content in this optional content group is best viewed. It shall contain one or both of the following entries: 0th element - The minimum recommended magnification factor at which the group shall be ON.Default value: 0. 1th element - The magnification factor below which the group shall be ON.Default value: infinity.

Namespace:  Apitron.PDF.Kit.FixedLayout.OptionalContent
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public double[] Zoom { get; set; }

Property Value

Type: Double
The zoom.
See Also

Reference