FitModeHeight Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Read if the document's Zoom property will be adjusted so that the height of the current page or panel will exactly fit into the available space. This parameter is set with the method SetFitMode(DocumentViewer..::..FitModes, DocumentViewer..::..FitModes).

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public DocumentViewer..::..FitModes FitModeHeight { get; private set; }
Visual Basic
Public Property FitModeHeight As DocumentViewer..::..FitModes
	Get
	Private Set
Visual C++
public:
property DocumentViewer..::..FitModes FitModeHeight {
	DocumentViewer..::..FitModes get ();
	private: void set (DocumentViewer..::..FitModes value);
}

See Also