Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ShowPageSetupButton Property


In This Topic
ShowPageSetupButton Property
In This Topic
Gets or sets the state to show page settup button on toolbar of print preview dialog.
Syntax
'Declaration
 
Public Property ShowPageSetupButton As Boolean
 
'Usage
 
Dim instance As PrintInfo
Dim value As Boolean
 
instance.ShowPageSetupButton = value
 
value = instance.ShowPageSetupButton
See Also