XpsElementLinkTarget.XpsElementLinkTarget

XpsElementLinkTarget(XpsPage)

Creates the new instance.

public XpsElementLinkTarget(XpsPage targetPage)
ParameterTypeDescription
targetPageXpsPageThe page element within the active fixed document.

See Also


XpsElementLinkTarget(XpsCanvas)

Creates the new instance.

public XpsElementLinkTarget(XpsCanvas targetCanvas)
ParameterTypeDescription
targetCanvasXpsCanvasThe canvas element within the active fixed document.

See Also


XpsElementLinkTarget(XpsPath)

Creates the new instance.

public XpsElementLinkTarget(XpsPath targetPath)
ParameterTypeDescription
targetPathXpsPathThe path element within the active fixed document.

See Also


XpsElementLinkTarget(XpsGlyphs)

Creates the new instance.

public XpsElementLinkTarget(XpsGlyphs targetGlyphs)
ParameterTypeDescription
targetGlyphsXpsGlyphsThe glyphs element within the active fixed document.

See Also