Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IPdfPrintableRule Interface / CanPrint Property


In This Topic
CanPrint Property (IPdfPrintableRule)
In This Topic
Gets a value that indicates whether this rule can print directly to PDF graphics.
Syntax
'Declaration
 
ReadOnly Property CanPrint As Boolean
 
'Usage
 
Dim instance As IPdfPrintableRule
Dim value As Boolean
 
value = instance.CanPrint

Property Value

true if this rule can print directly to PDF graphics; otherwise, false.
See Also