configureFooter:withText:andUrl: Instance Method

- (void) configureFooter:(PxDimension) height withText:(NSString *) text andUrl:(NSString *) url;

References: PxDimension

Configures a footer with a URL for multi-page documents (PDF writers only).

Parameters

  • height — The footer height. See PxDimension.
  • text — The footer text.
  • url — A URL to place in the footer, or nil for none.
Top