.NET Framework Class Library

DocumentViewer.RotationAngles Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentViewer Class > DocumentViewer Properties >

.NET Framework Class Library

DocumentViewer.RotationAngles Property

Gets or sets a dictionary with of pages in the document viewer and their angle of rotation.

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)

Syntax

Visual Basic

Public Property RotationAngles As ObservableDictionary(Of IntegerRotationAngle)
 Get
 Set

C#

public ObservableDictionary<intRotationAngleRotationAngles { getset; }

Visual C++

public:
property ObservableDictionary<intRotationAngle>^ RotationAngles {
 ObservableDictionary<intRotationAngle>^ get ();
 void set (ObservableDictionary<intRotationAngle>^ value);
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace