C# Raster - Image Save Options in C#.NET
How to save image(s) addition options with C# XImage.Raster SDK
Specify Save Options
If SaveOption parameter is specified and saved, corresponding image file will be created. If you don't use this parameter, it will run default option and don't do processing on image file.
pdfsharp merge pdf c#,
c# determine number of pages in pdf,
itextsharp excel to pdf example c#,
vb.net itextsharp add image to pdf,
c# convert pdf to jpg,
pdf417 reader c#.
And if you don't know how to use it, please refer to following Option settings. Generally it's unnecessary to use option without special request.
Related .net document control helps:
asp.net mvc pdf editor: ASP.NET MVC PDF Viewer & Editor: view, annotate, redact, edit PDF document in C# ASP.NET MVC
asp.net annotate pdf:
ASP.NET Annotate PDF Control: annotate, comment, markup PDF document online using ASP.NET C#
asp.net edit pdf image:
ASP.NET PDF Image Edit Control: online insert, edit PDF images in C#
asp.net text file viewer: ASP.NET Text file viewer in MVC, WebForms: Open, view, annotate, convert txt files in C# ASP.NET
asp.net image viewer: ASP.NET Image Viewer Control(MVC & WebForms): view, annotate, redact, convert image files in html, JQuery
asp.net powerpoint viewer: ASP.NET PowerPoint Document Viewer Control (MVC & WebForms): view ppt, pptx files online in C# using ASP.NET
asp.net tiff viewer: ASP.NET Tiff Viewer: view, annotate multipage Tiff images in ASP.NET MVC, WebForms using C# Control
General Saving Options
ImageFormat
Specify the target format that image need to encode to
c# itextsharp fill pdf form,
find and replace text in pdf using c#,
convert csv to pdf c# itextsharp,
c# draw rectangle in pdf,
convert pdf to png using itextsharp c#,
c# pdf highlight text,
vb.net convert pdf to bitmap.
ThumbnailSize
asp.net tif viewer,
asp net show word document in browser,
asp.net pdf viewer disable save,
c# mvc website pdf file in stored in byte array display in browser,
how to add header and footer in pdf using itextsharp in asp.net,
asp.net preview pdf,
asp.net pdf editor.
Image Color Management Save Options
UseEmbeddedColorManagement
As a zone bit of whether it's need to embed Color profile, there are two situations for it:
true: Choose remain Colorprofile if it's included in image. Choose embed standard ColorProfile to images if there's no ColorProfile in image.
false: Choose don't delete Colorprofile if it's included in image,Don't do any change if there's no Colorprofile in image.
RenderIntent
Set the conversion method when converting color with ColorProfile
TargetProfileName
With this value, if ColorProfile was embed to original image, it will be saved to corresponding place. If there's no ColorProfile in original image, setting is useless.
Image Format-Specific Save Options
BMP(Bmp)
Compression: Set BMP compression method. The default is no compression
Icon(Icon)
MultiPage: Set whether save multi-frame page to icon file, false: just save the first page to the icon file. true: Save to a multiple icon file.
JBig2(Jbig2)
Invert:
Organization:
Quality:
SubSampleType:
SmoothImage:
JPEG
Progressive:
OptimizedHuffman:
ColorSpace:
Quality:
JPEG2000(jP2)
SaveToGray:
PSNR:
CompressRate:
ProgressOrder:
TileWidth:
TileHeight:
PNG(Png)
Interlaced:
Filter:
Level:
Strategy:
TransparencyColor:
TransparencyMatch:
GIF(Gif)
Interlaced:
TransparencyColor:
TransparencyMatch:
Version:
TIFF(Tiff)
Compression:
ColorSpace:
MultiPage:
RowsPerStip: