Spread Windows Forms 12.0 Product Documentation
CanPrint Property (IPdfPrintableRule)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IPdfPrintableRule Interface : CanPrint Property
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
bool CanPrint {get;}

Property Value

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

Reference

IPdfPrintableRule Interface
IPdfPrintableRule Members