[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentUsage.ZoomDef

OptionalContentUsage.ZoomDef Class

Defines the options specifying a range of magnifications at which the content in an optional content group is visible.

Inheritance
OptionalContentUsage.ZoomDef
Implements
Namespace: GrapeCity.Documents.Pdf.Layers
Assembly: DS.Documents.Pdf.dll
Syntax
public class OptionalContentUsage.ZoomDef : PdfDictWrapper, IPdfDict
Public Class OptionalContentUsage.ZoomDef
    Inherits PdfDictWrapper
    Implements IPdfDict

Constructors

Name Description
ZoomDef()

Initializes a new instance of the OptionalContentUsage.ZoomDef class.

Properties

Name Description
Max

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

Min

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

Extension Methods