[]
Removes the specified rule (SmartPrintRule object) from the collection.
public void Remove(SmartPrintRule value)
Public Sub Remove(value As SmartPrintRule)
Type | Name | Description |
---|---|---|
SmartPrintRule | value | Rule (SmartPrintRule object) to remove |
Removes the specified rule (SmartPrintRule object) from the collection.
public void Remove(object value)
Public Sub Remove(value As Object)
Type | Name | Description |
---|---|---|
object | value | The rule (SmartPrintRule object) to remove |