showHiddenText:withBounds:replaceSpaces: Instance Method

- (void) showHiddenText:(bool) show withBounds:(bool) bounds replaceSpaces:(bool) replaceSpaces;

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

Parameters

  • showtrue to make the hidden text visible.
  • boundstrue to draw the text bounding rectangles.
  • replaceSpacestrue to replace spaces with underscores.
Top