Click or drag to resize

SizeModes Enumeration

Specifies how an pdf page is positioned within a PdfView control.

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax
public enum SizeModes
Members
Member nameValueDescription
FitToSize0 The page is scaled to fit the page to worksheet.
FitToWidth1 Phe page is scaled to fit the width to worksheet.
FitToHeight2 The page is scaled to fit the height to worksheet.
Zoom3 The page is scaled with specified coefficient.
See Also