Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintMargin Class / Footer Property
Example


In This Topic
    Footer Property (PrintMargin)
    In This Topic
    Gets or sets the footer margin for the printed page.
    Syntax
    'Declaration
     
    
    Public Property Footer As Integer
    'Usage
     
    
    Dim instance As PrintMargin
    Dim value As Integer
     
    instance.Footer = value
     
    value = instance.Footer
    public int Footer {get; set;}
    Example
    This example sets the margins for printing.
    See Also