Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / Centering Property


In This Topic
    Centering Property
    In This Topic
    Gets or sets how the printed page is centered.
    Syntax
    'Declaration
     
    
    Public Property Centering As Centering
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Centering
     
    instance.Centering = value
     
    value = instance.Centering
    public Centering Centering {get; set;}
    See Also