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


In This Topic
    PrintType Property
    In This Topic
    Gets or sets what is to be printed.
    Syntax
    'Declaration
     
    
    Public Property PrintType As PrintType
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PrintType
     
    instance.PrintType = value
     
    value = instance.PrintType
    public PrintType PrintType {get; set;}
    Example
    This sets the properties for the PrintInfo class.
    See Also