Image |
The ImageSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContentType |
Gets the content-type for image file format: application/image.
(Overrides SaveOptionsContentType) |
![]() | 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). |
![]() | PageCount | Gets or sets the number of pages to save. Default value: 1. |
![]() | PageIndex | Gets or sets the 0-based index of the first page to save. Default is 0. |
![]() | PixelFormat | Gets or sets a pixel format, which will be used for the image. |
![]() | SelectedPages | Gets or sets a custom page 0-based index set for save. 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). |