B
property for PowerScript objects
Applies to
Description
Gets or sets the B color value in the PDF document.
Data type
Integer.
Usage
In scripts
The B property takes an integer value. For example:
|
1 2 3 4 5 6 7 8 9 |
String ls_text lpdf_rtext = create PDFrichtext lpdf_color = create PDFcolor lpdf_rtext.width = lpdf_page.getwidth( ) ls_text = "Addtextblock(string name,string text,color) text" lpdf_color.r = 255 lpdf_color.g = 0 lpdf_color.b = 0 |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest