Class XpsPage

Class XpsPage

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)

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, IEnumerable<xpscontentelement>, IEnumerable

Inheritance

objectXpsObjectXpsElementXpsPage

Implements

IEnumerable<xpscontentelement>, IEnumerable

Inherited Members

XpsElement.GetEnumerator(), XpsElement.this[int], XpsElement.Count, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Height

Returns/sets height of the page, expressed as a real number in units of the effective coordinate space.

public float Height { get; set; }

Property Value

float

Width

Returns/sets width of the page, expressed as a real number in units of the effective coordinate space.

public float Width { get; set; }

Property Value

float

XmlLang

Returns/sets value specifying the default language used for the current element and for any child or descendant elements.

public string XmlLang { get; set; }

Property Value

string

Methods

Clone()

Clones this page.

public XpsPage Clone()

Returns

XpsPage

Clone of this page. </xpscontentelement>

 English