Click or drag to resize

PdfZoom Class

Represents the Zoom entry of the PdfOCUsage class.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.Wrappers.OptionalContentPdfZoom

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfZoom : PdfWrapper

The PdfZoom type exposes the following members.

Constructors
 NameDescription
Public methodPdfZoom(PdfTypeBase) Creates a new instance of PdfZoom and initialize it with specified dictionary.
Public methodPdfZoom(Single) Creates new instance of PdfZoom.
Public methodPdfZoom(Single, Single) Creates new instance of PdfZoom.
Top
Properties
 NameDescription
Public propertyMax Gets or sets the magnification factor below which the group should be On.
Public propertyMin Gets or sets the minimum recommended magnification factor at which the group should be On.
Top
Remarks
A Zoom dictionary specifying a range of magnifications at which the content in this optional content group is best viewed. Please see remarks section at PdfOCAutoState for more details.
See Also