Aspose::Page::XPS::XpsModel::XpsPage class
Contents
[
Hide
]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
Method | Description |
---|---|
Clone() | Clones this page. |
get_Height() const | Returns/sets height of the page, expressed as a real number in units of the effective coordinate space. |
get_Width() const | Returns/sets width of the page, expressed as a real number in units of the effective coordinate space. |
get_XmlLang() const | Returns/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
- Class XpsElement
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++