Click or drag to resize
Pdf Library for .NET

PdfViewerPreferencesFitWindow Property

Gets or sets a flag specifying whether to resize the document's window to fit the size of the first displayed page.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public bool FitWindow { get; set; }

Property Value

Type: Boolean
Remarks
The default value for this property is false.
See Also