Frequently Asked Question

How to change background color of the reader?
最后更新 11 个月前

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);


正在加载……