Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / PaperSource Property


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