Accusoft.ImagXpress12.Net
Specify Save Options
Send Feedback
ImagXpress 12 for .NET - User Guide > How To > Save an Image > Specify Save Options

Glossary Item Box

Prior to saving an image, specify the image's save options, by setting the properties below. Save options specify critical image saving information, including: 

General Saving Options

Image Color Management Saving Options

  1. Set SaveOptions.UseEmbeddedColorManagement = True 
  2. Specify how profiles should be applied, by setting the SaveOptions. ColorRenderIntent property (for example, Picture, Graphics, Business or Colorimetric interpretation.)
  3. The image is modified, to reflect the color profile, then saved.

To perform color management using a color profile specified in a file:

  1. Set SaveOptions.UseEmbeddedColorManagement = False.
  2. Specify how profiles should be applied, by setting the SaveOptions.ColorRenderIntent property (for example, Picture, Graphics, Business or Colorimetric interpretation.)
  3. Set the SaveOptions. TargetProfileName to the name of the color profile you wish to apply to the image being saved
  4. The image is modified to reflect the color profile, then saved.

FTP Saving Options:

To enable saving to a remote location, set the SaveOptions. Internet property as needed, to specify network credentials and proxy settings. 

Annotation Saving Options

Image Format-Specific Save Options

DCX (SaveOptionsDcx)

EXIF (SaveOptionsExif)

Icon (SaveOptionsIcon)

JBIG2(SaveOptionsJbig2)

JLS (SaveOptionsJls)

JPEG, TIFF-JPEG and ePIC files (SaveOptionsJpeg)

For higher quality and lower compression, set Luminance and Chrominance in the low teens and set SubSampling to 1:1:1 compression.

For higher compression and lower quality, set Luminance and Chrominance in the low 20’s and set SubSampling to 4:1:1 compression

JPEG 2000 (SaveOptionsJp2)

JpegXR (SaveOptionsJpegXR)

Lossless JPEG (SaveOptionsLjp)

PIC (SaveOptionsPic)

PDF (SaveOptionsPdf)

PNG (SaveOptionsPng)

GIF (SaveOptionsGif)

TIFF  (SaveOptionsTiff)

WSQ (SaveOptionsWsq)

©2013. Accusoft Corporation. All Rights Reserved.