







![]() ![]() |
PDFTron SilverDox SDK |
DocumentViewer..::..DefaultFitModeHeight Property |
DocumentViewer Class See Also Send Feedback |
Defines the FitModeHeight that will be set when a new document is opened. Initially set to null, in which case a new document will
be with the same FitModeHeight as the current document.
Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public Nullable<DocumentViewer..::..FitModes> DefaultFitModeHeight { get; set; } |
Visual Basic |
---|
Public Property DefaultFitModeHeight As Nullable(Of DocumentViewer..::..FitModes) Get Set |
Visual C++ |
---|
public: property Nullable<DocumentViewer..::..FitModes> DefaultFitModeHeight { Nullable<DocumentViewer..::..FitModes> get (); void set (Nullable<DocumentViewer..::..FitModes> value); } |