How to C#: Imaging
Using Imaging SDK for C#.NET
Winforms Controls
Image Load
Advanced Load Options
Image Access and Modify
Advanced Load Options
  |  
Home ›› XImage.Raster ›› C# Raster: Advanced Load Options

C# RasterImage - Image LoadOption in C#.NET


How to Load image(s) to memory addition options with C# XImage.Raster SDK.



Related .net document control helps:
powerpoint viewer asp.net mvc: ASP.NET PowerPoint Document Viewer Control (MVC & WebForms): view ppt, pptx files online in C# using ASP.NET
asp.net pdf viewer control free: ASP.NET PDF Viewer Control: view, navigate, zoom Adobe PDF document in C# ASP.NET
asp.net sharepoint document viewer free: ASP.NET SharePoint Document Viewer: view, annotate, redact documents in SharePoint
asp.net edit pdf image control: ASP.NET PDF Image Edit Control: online insert, edit PDF images in C#
mvc document viewer: ASP.NET MVC Document Viewer: view, annotate, redact files on ASP.NET MVC web projects
asp.net mvc display tiff: ASP.NET Tiff Viewer: view, annotate multipage Tiff images in ASP.NET MVC, WebForms using C# Control
asp.net document viewer free: EdgeDoc:ASP.NET Document Viewer C# Control: Open, view, annotate, redact, convert documents online in C#, VB.NET, AS...


Specify Load Options



Load Option(LoadOption) can be used, if desired, to provide specific instructions when loading an image form file or from stream. itext add text to existing pdf c#, c# render pdf, c# compress tiff image, c# tiff, how to add header and footer in pdf using itextsharp in c# with example, barcode 128 font c#. If load option is not set, it will load image with the default loadoptions.


General Load Options


CropRectangle. c# print pdf, vb.net pdf read, c# pdf add new page, itextsharp add image to pdf vb.net, itextsharp remove text from pdf c#, vb.net edit pdf, itextsharp tiff to pdf vb.net.


  Get the cropped image


LoadAlphaChannel


  Remove alpha channel when loading.


LoadResizeAntiAliasl


  Anti-aliasing is enabled during a load resize


Maintain AspectRatio


  preserve image aspect ratio when resizing an image


Resize


  Set the target resize size when loaded


ScaleToGray


  load to gray scale


ThumbnailSize


  Load the image as a thumbnail, and set the target thumbnail size asp.net preview pdf, how to view pdf file in asp.net using c#, show image asp.net, asp net show word document in browser, how to write pdf file in asp.net c#, mvc show pdf in div, excel viewer asp.net c#.


RotateAngle


  Set the rotate angle when loaded


Resolution


  Set the resolution when loaded


NegateColor


  Replace each pixel with its complementary color(white becomes black, yellow becomes blue, etc.)


Image Color Management Loading Options


UseEmbeddedColorManagement


  Set the color profile included in the image metadata applied when loading the image


TargetProfileName


  Set the icc profile name to apple to the image when loaded


RenderIntent


  Set the specified render intent when loaded


Image Format-Specific Load Options


JPEG


  Cosited: The Cosited property indicates whether image was compressed with cosited sub-sampling.


  SmoothImage: The Enhanced property specifies whether the JPEG decoder should use enhanced decomposition method.


C#: Construct a LoadOption object



This is a C# programming example for creating a load option object.




LoadOption option = new LoadOption();
option.LoadAlphaChannel = false;