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


In This Topic
PrintToPdf Property
In This Topic
Gets or sets whether to print the sheet as PDF.
Syntax
'Declaration
 
Public Property PrintToPdf As Boolean
 
'Usage
 
Dim instance As PrintInfo
Dim value As Boolean
 
instance.PrintToPdf = value
 
value = instance.PrintToPdf
See Also