GrapeCity MultiRow Windows Forms Documentation
WatermarkSizeMode Property


Gets or sets a value that indicates how the Watermark is sized to fit the page when printing.
Syntax
<SRDescriptionAttribute("Indicates how the watermark is sized to fit the page when printing.")>
<DefaultValueAttribute()>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property WatermarkSizeMode As SizeMode
Dim instance As PrintSettings
Dim value As SizeMode
 
instance.WatermarkSizeMode = value
 
value = instance.WatermarkSizeMode
[SRDescription("Indicates how the watermark is sized to fit the page when printing.")]
[DefaultValue()]
[RefreshProperties(RefreshProperties.Repaint)]
public SizeMode WatermarkSizeMode {get; set;}

Property Value

One of the SizeMode values. The default is SizeMode.Clip.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not a valid SizeMode value.
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
Watermark Property
WatermarkPrintOnPages Property
WatermarkAlignment Property
WatermarkOpacity Property

 

 


Copyright © GrapeCity, inc. All rights reserved.