ExpertXPS XPSLibrary
ExpertXPS Namespace
Namespaces > ExpertXPS
ExpertXPS XPS Library - API to create XPS files.
Syntax
C#Visual BasicManaged C++
namespace ExpertXPS
Namespace ExpertXPS
namespace ExpertXPS
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconTypeDescription
public classXPSDocument
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.
public classXPSImage
Represents an image that can be added to the document
public classXPSMargins
Page (and other elements) margins
public enumerationXPSPageNumberAlignment
Standard alignments for XPS documents page numbers
public classXPSPageNumbering
Handles the style of the page numbers
public enumerationXPSPageOrientation
Orientation for XPS documents pages
public enumerationXPSPageSize
Standard page sizes for XPS documents
public classXPSParagraph
Represents a text paragraph that can be added to the document
public classXPSSection
This class represents a section in an XPSDocument.
public classXPSSectionFooter
Handles the section footers
public classXPSSectionHeader
Handles the section headers