Represents the method that will handle the PrintParagraph event of a ParagraphCollection.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
public delegate void PrintParagraphEventHandler(
	ParagraphCollection sender,
	PrintParagraphEventArgs e
)
Visual Basic
Public Delegate Sub PrintParagraphEventHandler ( _
	sender As ParagraphCollection, _
	e As PrintParagraphEventArgs _
)

See Also