How to C#: Imaging
Using Imaging SDK for C#.NET
Winforms Controls
Image Load
Image Access and Modify
Metadata(tag) Edit
Metadata (tag) Edit
  |  
Home ›› XImage.Raster ›› C# Raster: Modify Image Metadata (tag)

How to C#: Modify Image Metadata (tag)


With XImage.Raster, you can get the image tags and modify them rapidly.



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 edit pdf text control: ASP.NET PDF Text Edit Control: online edit PDF text content using C# ASP.NET
asp.net image viewer jquery: ASP.NET Image Viewer Control(MVC & WebForms): view, annotate, redact, convert image files in html, JQuery


Overview



With the XImage.Raster library, you can get comments of the image, you can modify the comments according to the standard our XImage.Raster supports. vb.net read pdf file contents, how to convert pdf to word document using c#, remove pdf password c#, vb.net code to extract text from pdf, asp.net c# read pdf file, how to search text in pdf using c#.




Related APIs



Our XImage.Raster SDK private APIs to modify comments in class ImageProcess as follows; convert pdf to tiff in c#.net, how to convert pdf to word document using c#, vb.net convert pdf to tiff, create pdf and download in c#, convert pdf to bitmap c# open source, convert image to pdf vb.net, vb.net itextsharp add text to pdf.




public void AddComment(string comment);
public void AddComment(string comment, int pageIndex);
public void DeleteComment();
public void DeleteComment(int pageIndex);
public string GetComment();
public string GetComment(int pageIndex);





Modify Image Tags in C#



You can modify the tags of the image with the code as follows. asp.net pdf writer, asp net mvc generate pdf from view itextsharp, how to view pdf file in asp.net using c#, asp.net open excel file on client, asp.net tif viewer, asp.net itextsharp add image to pdf, asp.net preview pdf.


Sample Code (modify the comments of image):




//Load image from bitmap with default load option
RasterImage img = new RasterImage(@"input.jpeg");
ImageProcess processor = new ImageProcess(img);
processor.AddComment("RasteEdge.XImage.Raster");