configureFooter:withText: Instance Method

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

References: PxDimension

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

Parameters

  • height — The footer height. See PxDimension.
  • text — The footer text.
Top