Frequently Asked Question

How to change background color of the reader?
Last Updated 11 months ago

This article shows how to change background color of the reader (RDPDFReader module)

I suggest you to use the following method in PDFSetView of PDFLayoutView class.

m_layout.vSetBackColor(int color);


Loading ...