DocumentViewer Members
In This Article
#Constructors
Name | Description |
---|---|
Document |
Initializes a new instance of the Document |
#Fields
Name | Description |
---|---|
Commands |
Identifies the Commands dependency property. |
Current |
Identifies the Current |
Document |
Identifies the Document |
Document |
Identifies the Document |
Page |
Identifies the Page |
Show |
Identifies the Show |
Zoom |
Identifies the Zoom |
Zoom |
Identifies the Zoom |
#Properties
Name | Description |
---|---|
Commands |
Provides access to Document |
Current |
Gets or sets the index of the current page. This is a dependency property. |
Document |
Specifies an object that the Docuemnt Viewer converts to a document and displays. This is a dependency property. |
Document |
This property is intended for internal use. |
Page |
Gets the total number of pages in the opened document. |
Show |
Gets or sets whether to show a Document |
Zoom |
Gets or sets the opened document’s zoom factor. This is a dependency property. |
Zoom |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Export |
Exports the document with the specified name, path, and file format. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save |
Saves the opened document to the specified file in PRNX format. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Document |
Occurs after the Document |
See Also