XpsContentElement class

XpsContentElement class

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

Inheritance: XpsContentElementXpsHyperlinkElementXpsElementXpsObject

The XpsContentElement type exposes the following members:

Properties

PropertyDescription
countReturns number of child elements.
hyperlink_targetReturns/sets hyperlink target object.
render_transformReturns/sets the affine transformation matrix establishing a new coordinate frame
for all attributes of the element and for all child elements (if any).
clipReturns/sets the path geometry instance limiting the rendered region of the element.
opacityReturns/sets the value defining the uniform transparency of the element.
opacity_maskReturns/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.

Indexer

NameDescription
[index]

See Also