Class XpsPage

XpsPage class

Class incapsulating FixedPage element features. This element contains the contents of a page and is the root element of a FixedPage part.

public sealed class XpsPage : XpsElement

Properties

NameDescription
Count { get; }Returns number of child elements.
Height { get; set; }Returns/sets height of the page, expressed as a real number in units of the effective coordinate space.
Item { get; }Provides access to element’s children by index i.
Width { get; set; }Returns/sets width of the page, expressed as a real number in units of the effective coordinate space.
XmlLang { get; set; }Returns/sets value specifying the default language used for the current element and for any child or descendant elements.

Methods

NameDescription
Clone()Clones this page.
GetEnumerator()Implementation of IEnumerable interface.

See Also