.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 > 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)
Visual Basic |
Public Property ZoomValues As ObservableCollection(Of ZoomInfo) |
C# |
public ObservableCollection<ZoomInfo> ZoomValues { get; set; } |
Visual C++ |
public: |