DefaultFitModeWidth Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Defines the FitModeWidth 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 FitModeWidth as the current document.

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

Syntax

C#
public Nullable<DocumentViewer..::..FitModes> DefaultFitModeWidth { get; set; }
Visual Basic
Public Property DefaultFitModeWidth As Nullable(Of DocumentViewer..::..FitModes)
	Get
	Set
Visual C++
public:
property Nullable<DocumentViewer..::..FitModes> DefaultFitModeWidth {
	Nullable<DocumentViewer..::..FitModes> get ();
	void set (Nullable<DocumentViewer..::..FitModes> value);
}

See Also