Click or drag to resize
Pdf Library for .NET

PdfDestinationZoomFactor Property

Gets or sets the zoom factor of the destination page when viewed in a pdf viewer.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public int ZoomFactor { get; set; }

Property Value

Type: Int32
Remarks
This only works when FitMode is None.

This zoom factor is a percentage. A value of 100 will not zoom the page.

See Also