Represents a control displaying a single fixed page in a scalable manner.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public class FixedPageViewer : ControlBase
Visual Basic
Public Class FixedPageViewer _
	Inherits ControlBase
Visual C++
public ref class FixedPageViewer : public ControlBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          FirstFloor.Documents.Controls..::..ControlBase
            FirstFloor.Documents.Controls..::..FixedPageViewer

See Also