.NET Framework Class Library

DocumentViewer.ZoomValues 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.ZoomValues 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 ZoomValues As ObservableCollection(Of ZoomInfo)
 Get
 Set

C#

public ObservableCollection<ZoomInfoZoomValues { getset; }

Visual C++

public:
property ObservableCollection<ZoomInfo^>^ ZoomValues {
 ObservableCollection<ZoomInfo^>^ get ();
 void set (ObservableCollection<ZoomInfo^>^ value);
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace