March 2003
Intermediate to advanced
896 pages
32h 35m
English
PreviewPageInfo
This class encapsulates the information required for the print preview of a single page.
You can retrieve an Image representing the page to
be printed and the PhysicalSize of that page (in
units of 1/100th inch).
public sealed class PreviewPageInfo { // Public Constructors public PreviewPageInfo(System.Drawing.Image image, System.Drawing.Size physicalSize); // Public Instance Properties public Image Image{get; } public Size PhysicalSize{get; } }
PreviewPrintController.GetPreviewPageInfo()
Read now
Unlock full access