PdfViewerFitWindow Property
            Controls if the document window is resized to fit the size of the first displayed page. 
            This property is false by default
            
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool FitWindow { get; set; }
Public Property FitWindow As Boolean
	Get
	Set
public:
property bool FitWindow {
	bool get ();
	void set (bool value);
}
member FitWindow : bool with get, set
Property Value
Boolean