Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class
Members


In This Topic
    PrintInfo Class
    In This Topic
    Represents the information to use when printing a sheet of the control.
    Object Model
    PrintInfo ClassPrintMargin ClassSmartPrintRulesCollection ClassSmartPrintRule Class
    Syntax
    'Declaration
     
    Public Class PrintInfo 
       Implements FarPoint.Web.Spread.Model.ISerializeSupport 
    'Usage
     
    Dim instance As PrintInfo
    public class PrintInfo : FarPoint.Web.Spread.Model.ISerializeSupport  
    Remarks
    The ShowColumnHeader and ShowRowHeader properties in the PrintInfo class apply when printing or saving to PDF.
    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.PrintInfo

    See Also