Printing Property (RText)
In This Topic
Gets or sets a value indicating whether this
RText is printing.
Syntax
'Declaration
Public Property Printing As Boolean
public bool Printing {get; set;}
Property Value
true
if printing; otherwise,
false
.
See Also