[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentUsage.ZoomDef

Class OptionalContentUsage.ZoomDef

Namespace
GrapeCity.Documents.Pdf.Layers
Assembly
GcDocs.Pdf.dll

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
Inheritance
object
OptionalContentUsage.ZoomDef
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

ZoomDef()

Initializes a new instance of the OptionalContentUsage.ZoomDef class.

public ZoomDef()

Properties

Max

Gets or sets the magnification factor below which the group shall be visible. Default value: float.PositiveInfinity.

public float Max { get; set; }

Property Value

float

Min

Gets or sets the minimum recommended magnification factor at which the group shall be visible. Default value: 0.

public float Min { get; set; }

Property Value

float