showHiddenText: Instance Method

- (void) showHiddenText:(bool) show;

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

Parameters

  • show — true to make the hidden text visible.
Top