Class XFormPlacement

XFormPlacement class

Represents XForm placement. If the XForm is displayed on the page more than 1 time, all XformPlacements associated with this XForm will have common graphical elements, but different graphical states.

public sealed class XFormPlacement : GraphicElement

Properties

NameDescription
Elements { get; }Gets graphic elements inside this XForm.
Name { get; }Gets name of the XForm.
Operators { get; }Gets a collection of operators representing the element.
Parent { get; }Gets the current XFormPlacement in which the element is located.
override Position { set; }
override Rectangle { get; }
XForm { get; }Gets XForm associated with this XFormPlacement.

Methods

NameDescription
override AddOnPage(Page)Adds current element on the page. If there are many elements to add better use AddGraphics.
Remove()Removes current element from the page. If there are many elements to remove better use DeleteGraphics.

See Also