| Name | Description |
 | AddCustomSnapIn |
Adds a custom snap-in to the control.
|
 | AddCustomToolbarButton |
Adds a custom button to the main toolbar.
|
 | ApplyAllRedactions |
Applies all redaction marks to the native document.
|
 | BurnAnnotations |
Burns the annotations on the current document.
|
 | Close |
Closes the displayed document.
|
 | DeferredScripts |
Outputs the initialization scripts content of the DocuVieware control instance to a provided System.IO.TextWriter object.
|
 | DeferredStyles | Outputs the styles content of the DocuVieware control instance to the provided instance. |
 | DeletePages |
Deletes specific pages of the current document.
|
 | DisplayPage |
Changes the displayed page of the current multipage document.
|
 | Dispose |
|
 | GetAnnotationCount |
Returns the number of annotations within the current page or within the entire document.
|
 | GetDocumentData |
Provides a copy of the native document's binary data at the opening state.
|
 | GetDocumentName |
Returns the name of the displayed document.
|
 | GetDocumentType |
Returns the type of the displayed document.
|
 | GetLastTransferError |
Returns, if any, the last HTTP or FTP transfer error description.
|
 | GetNativeImage |
If the native document is a raster (or bitmap), this method provides access to the native GdPicture image used to handle it.
|
 | GetNativePDF |
If the native document is a PDF, this method provides access to the native GdPicturePDF object used to handle it.
|
 | GetPageRotation |
Returns the rotation of a page of the displayed document.
|
 | GetSessionID |
Returns the identifier of the session that belong the the DocuVieware object.
|
 | HasDocument |
Returns the type of the displayed document.
|
 | HasModifiedDocument |
Determines if the loaded document has been modified or not.
|
 | LoadAnnotations |
Load document's annotations from a stream.
|
 | LoadFromByteArray |
Displays a document from an array of bytes.
|
 | LoadFromFile |
Displays a document from a file.
|
 | LoadFromGdPictureImage |
Displays a document from a GdPicture Image.
|
 | LoadFromGdPicturePdf |
Displays a PDF document from a GdPicturePDF object.
|
 | LoadFromStream |
Displays a document from a stream object.
|
 | LoadFromUri |
Displays document from an URI.
|
 | RedrawPage |
Call this method to redraw the current page on the client side.
|
 | RedrawPages |
Call this method to redraw specific pages on the client side.
|
 | RegisterCertificate |
Registers a digital certificate to be subsequently used to apply digital signature to documents.
|
 | ReloadAnnotations |
Call this method to reload the current page annotations on the client side.
|
 | RenderControl |
Outputs the DocuviewareControl instance content to a provided System.IO.TextWriter object.
|
 | ResetCertificates |
Removes all previously added certificates.
|
 | RotatePage |
Rotates clockwise or flips the current page of the displayed document.
|
 | RotatePages |
Rotates clockwise or flips specific pages of the displayed document.
|
 | RotateView |
Rotates clockwise or flips the global view.
|
 | SaveAnnotations |
Saves the document's annotations into a stream.
|
 | SaveAsPDF |
Saves a copy of the native document as PDF.
|
 | SaveAsTIFF |
Saves a copy of the native document as TIFF.
|
 | SwapPages |
Swaps two specific pages of the current document.
|
 | TwainSetCapCurrentNumeric |
Changes the initial value of a TWAIN capability from a numeric value.
This method permits to control any supported capability of the TWAIN acquisition device being selected, through the TWAIN capabilities mechanism.
|
 | TwainSetCapCurrentString |
Changes the initial value of a TWAIN capability from a string value.
This method permits to control any supported capability of the TWAIN acquisition device being selected, through the TWAIN capabilities mechanism.
|
 | ZoomIn |
Increases the current level of zoom.
|
 | ZoomOut |
Decreases the current level of zoom.
|