[C++ SDK] Change overlay text color of redaction
I am writing a plugin that makes uses of the redaction capability in Acrobat.
I am able to create the redaction, and apply the redaction.
Currently, I can change the overlay text, and the color shown once the redaction is applied.
Is there a way to change the color of the overlay text in the C++ SDK?
Notes:
- I am using the PDRedactParams struct to specify the annotation properties (Acrobat _t_PDRedactParams struct documentation )
