Class XpsContentElement

Class XpsContentElement

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

Incapsulates features of XPS content elements: Canvas, Path and Glyphs.

public abstract class XpsContentElement : XpsHyperlinkElement, IEnumerable<xpscontentelement>, IEnumerable

Inheritance

objectXpsObjectXpsElementXpsHyperlinkElementXpsContentElement

Derived

XpsCanvas, XpsGlyphs, XpsPath

Implements

IEnumerable<xpscontentelement>, IEnumerable

Inherited Members

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

Properties

Clip

Returns/sets the path geometry instance limiting the rendered region of the element.

public XpsPathGeometry Clip { get; set; }

Property Value

XpsPathGeometry

Opacity

Returns/sets the value defining the uniform transparency of the element.

public float Opacity { get; set; }

Property Value

float

OpacityMask

Returns/sets the brush specifying a mask of alpha values that is applied to the element in the same fashion as the Opacity attribute, but allowing different alpha values for different areas of the element.

public XpsBrush OpacityMask { get; set; }

Property Value

XpsBrush

RenderTransform

Returns/sets the affine transformation matrix establishing a new coordinate frame for all attributes of the element and for all child elements (if any).

public XpsMatrix RenderTransform { get; set; }

Property Value

XpsMatrix </xpscontentelement>

 English