configurePaper:withOrientantion: Instance Method

- (void) configurePaper:(PxPaper) paper withOrientantion:(PxPaper_Orientation) orientation;

References: PxPaper, PxPaper_Orientation

Configures the page size for multi-page documents (PDF writers only).

Parameters

  • paper — The PxPaper describing the page size and margins.
  • orientation — The page orientation. See PxPaper_Orientation.
Top