The PrintParagraphEventArgs type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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