Represents a control capable of loading and displaying the pages of a fixed document.

Namespace:  FirstFloor.Documents.Controls
Assembly:  FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 1.1.0.0 (1.1.0.4)

Syntax

C#
public class FixedDocumentViewer : ControlBase, 
	ITextContainer
Visual Basic (Declaration)
Public Class FixedDocumentViewer _
	Inherits ControlBase _
	Implements ITextContainer
Visual C++
public ref class FixedDocumentViewer : public ControlBase, 
	ITextContainer

Inheritance Hierarchy

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

See Also