---
layout: default-layout
noTitleIndex: true
needAutoGenerateSidebar: true
title: Can I protect sensitive information of an image from being seen?
keywords: Dynamic Web TWAIN, Image Viewer, object defined
breadcrumbText: Can I protect sensitive information of an image from being seen?
description: Can I protect sensitive information of an image from being seen?
date: 2021-12-09 11:34:50 +0000
last_modified: 2026-07-29 08:01:45 +0000
---

# Image Viewer

## Can I protect sensitive information of an image from being seen?

If you need to modify an image by concealing certain areas permanently, you can use the [Erase()](/_articles/info/api/WebTwain_Edit.md#erase){:target="_blank"} method. This method is particularly useful when the requirement involves replacing a rectangular region within the image with a solid white block.

On the other hand, if you prefer a customizable and removable layer to temporarily conceal particular content, our newly developed Annotation feature is just what you need. For comprehensive details about this feature, please click on the following link: <a href="/web-twain/docs/faq/dwt-with-annotation.html">How can I add annotations to an image and then save/upload it?</a>