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

How to C#: Raster Image Information


With XImage.Raster, you can get the image formation



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 word viewer: ASP.NET Office Word Document Viewer: view Word doc files online using C# in ASP.NET MVC web applications


Overview



When load image into RasterImage object, the information of the image will be set. asp.net mvc create pdf from view, tiffbitmapencoder example c#, pdf library c# free, c# tiff compression, c# pdf viewer wpf, how to write pdf file in asp.net c#.




Get Loaded Image Information in C#



Once an image has been loaded in to an RasterImage object, information about the image is available through the properties and methods of the RasterImage object. convert pdf to word vb.net, replace text in pdf c#, c# pdfsharp add image, how to delete a page from a pdf in c#, c# pdf stamp, c# ocr pdf, vb.net rotate pdf.


Read only Properties:


  PageCount: The count of the picture frames.


  Width: This parameter is an array used to record the width of each image frame, the unit is pixel.


  Height: This parameter is an array used to record the height of each image frame, the unit is pixel.


  HResolution: This parameter is a double array use to record horizontal resolution of each image frame, you can get the page by index starting at zero. how to show .pdf file in asp.net web application using c#, excel viewer asp.net c#, mvc view to pdf itextsharp, free pdf preview in asp net c#, asp.net show image from url, pdf editor asp.net, asp.net tiff viewer control.


  VResolution: This parameter is a double array use to record vertical resolution of each image frame, you can get the page by index starting at zero.


  ColorSpace: This parameter is used to record color space, please refer to ColorSpace Site.


  Compression: The compression method of the image, please refer to Compression Enumeration.


  Format: The format of the image.


  Palette: If the image is index, you can get the value by Palette of the image. If not, it will be null.