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