AlignPrintExample |
Prints the contents of TutorialExample2, but centered horizontally and
vertically on the page.
|
BreakPrintExample |
Prints "The quick brown fox jumps over the lazy dog." in increasingly large
blocks, using a BreakPrint every 5 blocks to force printing to advance to the
next column / page.
|
ColumnPrintExample |
Example for the ColumnPrint class.
|
GridPrintCellClippingAllowClipFirstRow |
|
GridPrintCellClippingExample |
Example for the GridPrint class using.
|
GridPrintExample |
Example for the GridPrint class.
|
GridPrintVerticalAlignmentExample |
Example for the GridPrint class.
|
ImageCaptureExample |
Demonstrate capturing the pages of a print job to in-memory images.
|
NoBreakPrintExample |
Prints "The quick brown fox jumps over the lazy dog." in increasingly large
blocks, using a NoBreakPrint to prevent each block from being broken up
across page or across columns.
|
PagePrintExample |
Demonstrate use of PagePrint and friends PageDecoration, PageNumberPrint, and
PageNumber.
|
PaperClipsExample |
Example for PaperClips.
|
Snippet1 |
Demonstrates how to print the contents of a Table widget.
|
Snippet2 |
Demonstrate use of BackgroundColorPrint.
|
Snippet3 |
Demonstrate use of BigPrint.
|
Snippet4 |
Demonstrate use of ScalePrint.
|
Snippet5 |
Demonstrate use of CellBackgroundProvider.
|
Snippet6 |
Demonstrate use of PagePrint and PageNumberPrint.
|
Snippet7 |
Demonstrate use of PrintPreview control.
|
Snippet7.UI |
|
Snippet8 |
Demonstrate use of PrintPreview control.
|
Snippet8.UI |
|
StyledTextPrintExample |
Demonstrates use of the StyledTextPrint class.
|
TutorialExample1 |
First example in the PaperClips online tutorial.
|
TutorialExample2 |
First example in the PaperClips online tutorial.
|