TdxRichEditBehaviorOptions.PrintingAllowed Property
In This Article
Returns a value indicating whether the printing functionality is available in the Rich Edit control.
#Declaration
Delphi
property PrintingAllowed: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
If this property returns True, end-users can print an opened document. If the PrintingAllowed property returns False, printing is not available.
Note
The Printing
See Also