FarPoint.Win.Spread
PrintInfo Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : PrintInfo Class


Represents the information to use when printing a sheet of the control.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class PrintInfo 
   Implements ISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As PrintInfo
C# 
public class PrintInfo : ISerializeSupport  

Remarks

For more information about the options available for printing, refer to Managing Printing, and specifically to Understanding the Printing Options .

Inheritance Hierarchy

System.Object
   FarPoint.Win.Spread.PrintInfo

See Also