PageTextArea

PageTextArea(string, Page, Rectangle)

Initializes a new instance of the PageTextArea class.

public PageTextArea(string text, Page page, Rectangle rectangle)
Parameter Type Description
text String The value of the text.
page Page The page that contains the text area.
rectangle Rectangle The rectangular area that contains the text area.

See Also


PageTextArea(string, double?, TextStyle, Page, Rectangle)

Initializes a new instance of the PageTextArea class.

public PageTextArea(string text, double? baseLine, TextStyle textStyle, Page page, 
    Rectangle rectangle)
Parameter Type Description
text String The value of the text.
baseLine Nullable`1 The base line of the text.
textStyle TextStyle The style of the text.
page Page The page that contains the text area.
rectangle Rectangle The rectangular area that contains the text area.

See Also


PageTextArea(IEnumerable<PageTextArea>, Page)

Initializes a new instance of the PageTextArea class.

public PageTextArea(IEnumerable<PageTextArea> areas, Page page)
Parameter Type Description
areas IEnumerable`1 The collecton of child text page areas.
page Page The page that contains the text area.

See Also