







Contains the Document class and support classes. The support classes support document Bookmarks, the creation of Links, and access to document Metadata.
Classes
Class | Description | |
---|---|---|
![]() | Bookmark |
Represents a bookmark in a Document. Bookmarks typically represent an outline of the document, and as each bookmark is usually associated with a specific page in a document, they are typically used to facilitate navigation.
|
![]() | Document |
Represents a document with individual pages (canvases) that can be displayed on screen and printed.
|
![]() | Document..::..OnLoadCanvasAsyncCallbackArgs |
Arguments used as a parameter in the user defined callback function provided to LoadCanvasAsync(Int32, Action<(Of <<'(Document..::..OnLoadCanvasAsyncCallbackArgs>)>>), Action<(Of <<'(Document..::..OnLoadCanvasAsyncCallbackArgs>)>>), Action<(Of <<'(Link>)>>)).
|
![]() | Document..::..OnLoadPartAsyncCallbackArgs |
Arguments used as a parameter in the user defined callback function provided to LoadPartAsync(String, Action<(Of <<'(Document..::..OnLoadPartAsyncCallbackArgs>)>>), Object).
|
![]() | Document..::..OnLoadThumbnailAsyncCallbackArgs |
Arguments used as a parameter in the user defined callback function provided to LoadThumbnailAsync(Int32, Action<(Of <<'(Document..::..OnLoadThumbnailAsyncCallbackArgs>)>>)).
|
![]() | Link |
A link that is placed on a Document page. Links, which are used to navigate somewhere when clicked on, may point to an external URI, or a location within the document.
|
![]() | Metadata |
A dictionary containing document metadata, such as the document's author and creation date.
|
![]() | PageInfo |
Describes a page in terms of its dimensions, resources and whether all the resources have been fully loaded. A collection of PageInfo objects is created when a Document is initilized, and are accessible via Document's Pages property. Note that PageInfo does not contain the page content, which can be acquired using the LoadCanvasAsync(Int32, Action<(Of <<'(Document..::..OnLoadCanvasAsyncCallbackArgs>)>>), Action<(Of <<'(Document..::..OnLoadCanvasAsyncCallbackArgs>)>>), Action<(Of <<'(Link>)>>)) method.
|