IdxRichEditSubDocument.PageBackColor Property
Specifies the page background color.
Declaration
property PageBackColor: TdxAlphaColor read; write;
Property Value
Type |
---|
TdxAlphaColor |
Remarks
Use this property to change the current page background color. Note that the PageBackColor property uses TdxAlphaColor values instead of TColor.
Alternatively, you can use the SetPageBackColor procedure for the same purpose.
See Also