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


In This Topic
    PaperSize Property
    In This Topic
    Gets or sets the paper size for printing.
    Syntax
    'Declaration
     
    
    Public Property PaperSize As PaperSize
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PaperSize
     
    instance.PaperSize = value
     
    value = instance.PaperSize
    public PaperSize PaperSize {get; set;}
    Example
    This sets the properties for the PrintInfo class.
    See Also