computerPaperForImageSize:withUnits: Instance Method

- (PxPaper) computerPaperForImageSize:(PxPointD) imageSize withUnits:(PxDimension_Units) units;

References: PxPaper, PxPointD, PxDimension_Units

Computes the PxPaper for an image of the given size (PDF writers only).

Parameters

  • imageSize — The image size.
  • units — The units imageSize is expressed in.

Return Value

The corresponding PxPaper.

Top