Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / FooterHeight Property
Example


In This Topic
    FooterHeight Property
    In This Topic
    Gets or sets the height in pixels of the footer area.
    Syntax
    'Declaration
     
    
    Public Property FooterHeight As Integer
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Integer
     
    instance.FooterHeight = value
     
    value = instance.FooterHeight
    public int FooterHeight {get; set;}
    Example
    This sets the properties for the PrintInfo class.
    See Also