Find Code:
All Words
Any of the Words
Exact Phrase
Home
:
Code
:
Forums
:
Submit
:
Mailing List
:
About
:
Contact
Code
All
VB.NET
ASP.NET
C#
VB Classic
ASP Classic
Snippets
Popular
Resources
Submit Code
Forums
Articles
Tips
Links
Books
Contest
Link to us
Add watermark to image in vb.net
Author:
DerekMe
E-mail:
Click to e-mail author
Submitted:
2/18/2014
Version:
VB 2005, VB 2008, VB 2010, VB 2012, VB 2013
Compatibility:
VB 2005, VB 2008, VB 2010, VB 2012, VB 2013
Category:
Graphics
Views:
7877
How to add text or image watermark to your pictures coming in major formats.
Declarations:
'none
Code:
Using image__2 As Image = Image__1.OpenPicFromFolder("C:\YGPic.bmp") Dim graphics As New Graphics(image__2) Dim font As New YGImaging.Font brush.Opacity = 90 image__2.AddWatermark image__2.Store("C:\YGwatermark.bmp") End sub
Home
|
Forums
|
Submit
|
Books
|
Mailing List
|
Advertising
|
About
|
Contact
© 2023 A1VBCode. All rights reserved.
Legal disclaimer & terms of use
Privacy statement