Image |
The ImageSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
ImageSaveOptions | Initializes a new instance of the ImageSaveOptions class. | |
ImageSaveOptions(ImageSaveFormat) | Initializes a new instance of the ImageSaveOptions class for a specific image format. |
Name | Description | |
---|---|---|
DpiX | Gets or sets the horizontal dots per inch (dpi) of the image. Default value is NaN, which means that component specific default value will be used (currently 300). | |
DpiY | Gets or sets the vertical dots per inch (dpi) of the image. Default value is NaN, which means that component specific default value will be used (currently 300). | |
Format | Gets or sets the image format. | |
GifDelay | Gets or sets the delay in milliseconds between frames in the animated GIF. Default value: 33. (33 ms ~ 30fps, 16 ms ~ 60fps). | |
Height | Gets or sets the image height in pixels. | |
JpegQuality | Gets or sets the quality for output jpeg images from 1 to 100. Default value: 90. | |
PageCount | Gets or sets the number of pages which should be saved to a multi-frame image. If image format doesn't support multiple frames, this property is ignored. Default value is 1. To save all pages, set value to MaxValue. Only Tagged Image File Format (TIFF) and Graphics Interchange Format (GIF) format images support multiple frames. | |
PageIndex | Gets or sets the zero-based page index of the document's page which should be saved to an image. | |
PixelFormat | Gets or sets a pixel format, which will be used for the image. | |
SelectedPages | Gets or sets an array with pages to save (0-based index). Setting PageIndex or PageCount properties are overrides SelectedPages. | |
TiffCompression | Gets or sets compression schema, which will be used when exporting to Tagged Image File Format (TIFF). | |
TrasparentBackground | Gets or sets the transparent background. | |
Width | Gets or sets the image width in pixels. |