[This is preliminary documentation and is subject to change.]
ExpertXPS XPS Library - API to create XPS files.
| C# | Visual Basic | Managed C++ |
namespace ExpertXPS
Namespace ExpertXPS
namespace ExpertXPS
| All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| XPSDocument |
This is the main class of the library. Use this class to create an XPS document.
An XPSDocument consists of one or several XPSSections. Add at least one section to be able
to add content to the document.
| |
| XPSImage |
Represents an image that can be added to the document
| |
| XPSMargins |
Page (and other elements) margins
| |
| XPSPageNumberAlignment |
Standard alignments for XPS documents page numbers
| |
| XPSPageNumbering |
Handles the style of the page numbers
| |
| XPSPageOrientation |
Orientation for XPS documents pages
| |
| XPSPageSize |
Standard page sizes for XPS documents
| |
| XPSParagraph |
Represents a text paragraph that can be added to the document
| |
| XPSSection |
This class represents a section in an XPSDocument.
| |
| XPSSectionFooter |
Handles the section footers
| |
| XPSSectionHeader |
Handles the section headers
|