GleamTech.DocumentUltimate.AspNet.UI Namespace

This is a sub-namespace of this library which contains the DocumentViewer component and related classes.

The main classes in this namespace are:

Classes

DocumentOptions Represents options for a document loaded in the document viewer.

You can specify document format, password, watermarks, attachments etc.

DocumentViewer The ASP.NET component for viewing several formats of documents.
DocumentViewerClientEvents Defines the client-side events handlers of the document viewer.
DocumentViewerExceptionThe exception that is thrown when there is an error in DocumentViewer.
DocumentViewerPrintOptions Represents print options of the document viewer.

The options will be reflected as default values on the print dialog of the document viewer.

DocumentViewerSearchOptions Represents text search options of the document viewer.

If you specify a search term, an automatic search will be done when the document is displayed, i.e. the specified term will be searched and results with clickable positions will be listed on the left pane and the term will be highlighted in the pages. For example, if you launch the document viewer from a search results page, you can pass the same search term to the document viewer.

Enumerations

DocumentViewerMatchOptions Defines possible match options for text search in the document viewer.
DocumentViewerMobileMode Defines modes which specify mobile device types to use mobile document viewer on.
DocumentViewerPageFitMode Defines possible modes for fitting pages in the document viewer.
DocumentViewerPageLayoutMode Defines possible modes for placing pages in the document viewer.
DocumentViewerPageRotationModeDefines possible modes for rotating pages to in the document viewer.
DocumentViewerPermissionsDefines the document viewer permissions.

When combining permissions, they should be separated by comma in string and by bitwise 'or' operator in code (| in C# and OR in VB).