GSKPDFPage

@interface GSKPDFPage : NSObject

Describes a page of a PDF document for the PDF generator.

  • Absolute path to an image file

    Declaration

    Objective-C

    @property (nonatomic, readonly, nonnull) NSString *filePath;

    Swift

    var filePath: String { get }
  • If provided, the text will be included in the resulting PDF at the specified positions with an invisible font type. This text can then be searched and selected.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) GSKTextLayout *textLayout;

    Swift

    var textLayout: GSKTextLayout? { get }