The PrintParagraphEventArgs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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.
|