PdfWidget.NoRotate Property

Gets or sets a value indicating whether to rotate the widget's appearance to match the rotation of the page.

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

Syntax

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

Property Value

Type: Boolean
true if not to rotate the widget's appearance to match the rotation of the page; otherwise, false.

See Also