Aspose::Page::XPS::XpsModel::XpsPage class

XpsPage class

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

class XpsPage : public Aspose::Page::XPS::XpsModel::XpsElement

Methods

MethodDescription
Clone()Clones this page.
get_Height() constReturns/sets height of the page, expressed as a real number in units of the effective coordinate space.
get_Width() constReturns/sets width of the page, expressed as a real number in units of the effective coordinate space.
get_XmlLang() constReturns/sets value specifying the default language used for the current element and for any child or descendant elements.
set_Height(float)Returns/sets height of the page, expressed as a real number in units of the effective coordinate space.
set_Width(float)Returns/sets width of the page, expressed as a real number in units of the effective coordinate space.
set_XmlLang(System::String)Returns/sets value specifying the default language used for the current element and for any child or descendant elements.

See Also