'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
.'Declaration ReadOnly Property CanPrint As Boolean
'Usage Dim instance As IPdfPrintableRule Dim value As Boolean value = instance.CanPrint
bool CanPrint {get;}
true
if this rule can print directly to PDF graphics; otherwise, false
.