PdfViewerPreferences.FitWindow Property

Gets or sets a value indicating whether to resize the document’s window to fit the size of the first displayed page.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool FitWindow { get; set; }
VB
Public Property FitWindow As Boolean
	Get
	Set

Property Value

Type: Boolean
true if to resize the document’s window to fit the size of the first displayed page; otherwise, false.

See Also