GrapeCity MultiRow Windows Forms Documentation
Watermark Property


Gets or sets an image which is printed on a specified page as the watermark image.
Syntax
<SRDescriptionAttribute("Indicates a value that is printed on the specified page as the watermark image.")>
<DefaultValueAttribute()>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property Watermark As Image
Dim instance As PrintSettings
Dim value As Image
 
instance.Watermark = value
 
value = instance.Watermark
[SRDescription("Indicates a value that is printed on the specified page as the watermark image.")]
[DefaultValue()]
[RefreshProperties(RefreshProperties.Repaint)]
public Image Watermark {get; set;}

Property Value

A System.Drawing.Image value which is printed on the specified page as the watermark image.
Remarks
You can set the WatermarkPrintOnPages to indicate on which pages the Watermark prints.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PrintSettings Class
PrintSettings Members
WatermarkPrintOnPages Property
WatermarkAlignment Property
WatermarkSizeMode Property
WatermarkOpacity Property

 

 


Copyright © GrapeCity, inc. All rights reserved.