
Vivek Bhat
Top achievements
Rank 1
Vivek Bhat
asked on 30 Nov 2009, 10:45 AM
HI,
I am new to RadEditor Customization. Can anyone please tell me how can we implement "Watermark" using RadEditor?
Regards,
Vivek S Bhat
I am new to RadEditor Customization. Can anyone please tell me how can we implement "Watermark" using RadEditor?
Regards,
Vivek S Bhat
4 Answers, 1 is accepted
0
Hi Vivek,
Could you please provide more information about the requested feauture? Is this some third party tool, library or image editing control? If so, could you send us a link to it so that we can test it? Have you seen another editor that offers this feature?
Kind regards,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Could you please provide more information about the requested feauture? Is this some third party tool, library or image editing control? If so, could you send us a link to it so that we can test it? Have you seen another editor that offers this feature?
Kind regards,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

Vivek Bhat
Top achievements
Rank 1
answered on 09 Dec 2009, 05:08 AM
Hi Rumen,
Watermarks are light pictures or text placed behind our text on printed documents. They can mark a document as a draft or as confidential, or they could be used to enhance the appearance of a document. As per my requirement i need to show some image in the background of my text. I have not explored in any other editor. This feature is available in MS Word. So was just wondering if there is any way we could achieve this.?
Watermarks are light pictures or text placed behind our text on printed documents. They can mark a document as a draft or as confidential, or they could be used to enhance the appearance of a document. As per my requirement i need to show some image in the background of my text. I have not explored in any other editor. This feature is available in MS Word. So was just wondering if there is any way we could achieve this.?
0
Hi Vivek,
Thank you for the explanation.
RadEditor does not offer this feature out-of-the box and we do not plan to implement it because it will decrease the performance of the Image Editor tool.
However, you can override the StoreFile or StoreBitmap methods of the Image manager FileSystemContentProvider class and using a third party Watermark tool or code to save the images file stream with watermarks.
The following KB article demonstrates how to create a FileSystemContentProvider: Giving the uploaded files unique names.
These articles could be helpful as well:
Watermark your images with this VB.NET code,
Creating a Watermarked Photograph with GDI+ for .NET
and
Add a watermark to an image in VB .NET.
Sincerely,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Thank you for the explanation.
RadEditor does not offer this feature out-of-the box and we do not plan to implement it because it will decrease the performance of the Image Editor tool.
However, you can override the StoreFile or StoreBitmap methods of the Image manager FileSystemContentProvider class and using a third party Watermark tool or code to save the images file stream with watermarks.
The following KB article demonstrates how to create a FileSystemContentProvider: Giving the uploaded files unique names.
These articles could be helpful as well:
Watermark your images with this VB.NET code,
Creating a Watermarked Photograph with GDI+ for .NET
and
Add a watermark to an image in VB .NET.
Sincerely,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Hi Vivek,
Please, find attached the requested working example which demonstrates how to add a watermark to the uploaded image.
Kind regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Please, find attached the requested working example which demonstrates how to add a watermark to the uploaded image.
Kind regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.