PreviewPageInfo

PreviewPageInfo

System.Drawing.Printing (system.drawing.dll) sealed class

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; } } 

Returned By

PreviewPrintController.GetPreviewPageInfo()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net