The PrintParagraphEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Data |
User-defined data. This member points to the same object
as the Data member. You typically store a reference to a data
source such as a SqlDataReader or XmlReader object.
| |
| Left |
The horizontal position of the left edge of this paragraph.
This position does not account for left indentation.
| |
| MoreContent |
Set to true if more content is available.
| |
| Paragraph |
Create a Paragraph and assign it to this property in the event handler.
| |
| Top |
The vertical position of the top edge of this paragraph.
This position does not account for spacing before.
| |
| Width |
The available width for this paragraph.
This width does not account for left or right indentation.
|