'DeclarationReadOnly Property CanPrint As Boolean
'UsageDim 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.'DeclarationReadOnly Property CanPrint As Boolean
'UsageDim 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.