Create a customized PrintPreview component
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Exam 70-526 Preparation Guide: Create a customized PrintPreview component. |
Set the Document property to establish the document to be previewed.
Set the Columns and Rows properties to establish the number of pages that will be displayed horizontally and vertically on the control.
Set the UseAntiAlias property to True to make the text appear smoother.
Set the Zoom property to establish the relative zoom level when the document preview appears.
Set the StartPage property to establish which document page is displayed when the document preview appears.
Set additional properties.
Add custom methods and events to a PrintPreviewControl.