The Document
public class DocumentViewer : CompositeControlPublic Class DocumentViewer
Inherits CompositeControl Introduced: 15.0.
| Constructor | Description |
|---|---|
| Document |
Initializes a new instance of the Document |
| Event | Description |
|---|---|
| Save |
Occurs when Document |
| Save |
Occurs when Document |
| Method | Description |
|---|---|
| Dispose | Frees all resources used by the Document |
| Load |
Loads a document that is used for further processing. |
| Load |
Loads a document from a file that is used for further processing. |
| Save | Initiates saving the currently loaded document. |
| Save |
Initiates saving the currently loaded form's user input. |
| Property | Description |
|---|---|
| Document |
Gets or sets the Document |
| Document |
Gets or sets the path to the document, which will be displayed in the Document |
| Edit |
Gets or sets whether the document viewer renders forms editable, i.e. |
| Field |
Gets or sets the color of the field borders, that is used when Field |
| Field |
Gets or sets whether and if so how the field borders are rendered, when Edit |
| Interpolation | Gets or sets whether the rendered document is interpolated during the process. |
| Interpolation |
Gets or sets the interpolation mode which is used for rendering the document. |
| Page |
Gets or sets the duration of the page animations in seconds. |
| Page |
Specifies whether CSS transition animations should be used or not when navigating through pages. |
| Page |
Gets or sets the page number that the Document |
| Rounded |
Specifies whether rounded document page corners should be used or not. |
| Show |
Specifies whether the edit button is shown or not. |
| Tool |
Specifies whether the document viewer's tool bar is displayed or not. |
| Total |
Gets the total number of pages the loaded document contains. |
| Zoom |
Gets or sets the zoom factor in percent. |
| Zoom |
Gets or sets the zoom behavior of the Document |