The PrintParagraphEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyData
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.
Public propertyLeft
The horizontal position of the left edge of this paragraph. This position does not account for left indentation.
Public propertyMoreContent
Set to true if more content is available.
Public propertyParagraph
Create a Paragraph and assign it to this property in the event handler.
Public propertyTop
The vertical position of the top edge of this paragraph. This position does not account for spacing before.
Public propertyWidth
The available width for this paragraph. This width does not account for left or right indentation.

See Also