writeFile:withOrientation: Instance Method

- (NSString *) writeFile:(NSString *) imageFile withOrientation:(PxOrientation) orientation;

References: PxOrientation

Writes an existing image file into the output (PDF writers only).

Parameters

  • imageFile — The image file to write.
  • orientation — The EXIF orientation to apply.

Return Value

The path of the saved file, as for write:.

Discussion

Raises PxException if the output format is not permitted by the active license.

Top