);
blockComposer.begin(frame,AlignmentXEnum.Left,AlignmentYEnum.Top);
composer.setFont(ResourceName_DefaultFont,24);
blockComposer.showText("Page coordinates sample");
Dimension2D breakSize = new Dimension(8,4);
blockComposer.showBreak(breakSize);
composer.setFont(ResourceName_DefaultFont,8);
blockComposer.showText(
"This sample shows the effects of the manipulation of the CTM (Current Transformation Matrix), "
+ "that is the mathematical device which affects the page coordinate system used to place "
+ "graphic contents onto the canvas."