Namespace TallComponents.PDF.Layout.Paragraphs
Class PrintParagraphEventArgs
Provides data for the event of a .
Syntax
public class PrintParagraphEventArgs : EventArgs
Properties
Object Data
User-defined data. This member points to the same object
as the member. You typically store a reference to a data
source such as a SqlDataReader or XmlReader object.
Double Left
The horizontal position of the left edge of this paragraph.
This position does not account for left indentation.
Boolean MoreContent
Set to true if more content is available.
Paragraph Paragraph
Create a Paragraph and assign it to this property in the event handler.
Double Top
The vertical position of the top edge of this paragraph.
This position does not account for spacing before.
Double Width
The available width for this paragraph.
This width does not account for left or right indentation.