PdfViewerPreferences.CenterWindow Property

Gets or sets a value indicating whether to position the document’s window in the center of the screen.

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

Syntax

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

Property Value

Type: Boolean
true if to position the document’s window in the center of the screen.; otherwise, false.

See Also