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: 26.2
Syntax
public bool FitWindow { get; set; }

Property Value

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