The following tables list the members exposed by SectionDocument.
Name | Description | |
---|---|---|
![]() | SectionDocument Constructor | Overloaded. Creates a new instance of the Document class. |
Name | Description | |
---|---|---|
![]() | Bookmarks | Gets or sets a reference to the document's bookmarks. |
![]() | CacheToDisk | Sets or returns a value indicating whether to optimize the amount of memory used by the document by caching the report to disk instead of holding it in memory. |
![]() | CacheToDiskLocation | Gets or set the location of CacheToDisk files. The location can be a physical path or IsolateStorage. |
![]() | Content | Allows a document to be assigned to a web service. |
![]() | InProgress | Determines whether the document is currently being loaded with pages. |
![]() | LoadUrl | Gets or sets a URL from which to download the document asynchronously using internet protocols. |
![]() | Name | Gets or sets the name of the document. |
![]() | Pages | Gets a reference to the document's pages. |
![]() | Password | Gets or sets a password string used to protect the saved document file. |
![]() | Printer | Gets a reference to the document's printer settings. |
![]() | PrintOptions | Print options |
![]() | UserPreferences | Gets or sets user preferences in the viewer such as hyperlink and background colors. |
Name | Description | |
---|---|---|
![]() | CopyToClipboard | Exports the page(s) to Text and Rtf data and copies it to clipboard. |
![]() | Dispose | If you call dispose on this level that means that you are not suppose to use anything that is contained below this level. That means no pages, no fonts, etc. |
![]() | Find | Overloaded. Searches for the specified string in the Document's pages collection. |
![]() | Load | Overloaded. Loads a Document from a stream or a file. |
![]() | ResetPrinter | Resets the printer defaults. |
![]() | Save | Overloaded. Saves the Document content to a stream or a file. |
Name | Description | |
---|---|---|
![]() | DownloadError | Occurs when an exception is thrown while downloading a document asynchronously from the LoadUrl location. |
![]() | LoadCompleted | Occurs after all the document pages have been fully loaded. |
![]() | PrintAborted | Occurs when printing of the document pages is cancelled. |
![]() | PrintingThreadErrorEvent | Occurs when an exception is thrown by the printing thread. |
![]() | PrintProgress | Occurs when the document pages are printing. |
![]() | StateChanged | Raised when the state is changed. |