







![]() ![]() |
PDFTron SilverDox SDK |
DocumentViewer..::..FitModeWidth Property |
DocumentViewer Class See Also Send Feedback |
Read if the document's Zoom property will be adjusted so that the width 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 FitModeWidth { get; private set; } |
Visual Basic |
---|
Public Property FitModeWidth As DocumentViewer..::..FitModes Get Private Set |
Visual C++ |
---|
public: property DocumentViewer..::..FitModes FitModeWidth { DocumentViewer..::..FitModes get (); private: void set (DocumentViewer..::..FitModes value); } |