Click or drag to resize

PdfZoom(Single, Single) Constructor

Creates new instance of PdfZoom.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfZoom(
	float min,
	float max
)

Parameters

min  Single
The minimum recommended magnification factor at which the group should be On.
max  Single
The magnification factor below which the group should be On.
See Also