PTReflowMode
enum PTReflowMode : NSInteger {}
Algorithm to use for reflow
-
Reflow text using fonts from the PDF
Declaration
Objective-C
PTReflowModeTextOnlySwift
case textOnly = 0 -
Reflow text using fonts from the PDF with images extracted and inserted into the reflowed content.
Declaration
Objective-C
PTReflowModeTextAndRawImagesSwift
case textAndRawImages = 1
PTReflowMode Enumeration Reference