showHiddenText: Instance Method

- (void) showHiddenText:(bool) show;

Shows or hides the document’s hidden text layer (PDF writers only).

Parameters

  • showtrue to make the hidden text visible.
Top