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.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public int ZoomFactor { get; set; }

Property Value

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