GrapeCity MultiRow Windows Forms Documentation
WatermarkPrintOnPages Property


Gets or sets a value that indicates the specific pages on which the watermark is printed.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.All)>
<SRDescriptionAttribute("Indicates the specific pages on which the watermark should be printed.")>
<TypeConverterAttribute("GrapeCity.Win.MultiRow.Design.WatermarkPrintOnPagesTypeConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
Public Property WatermarkPrintOnPages As String
Dim instance As PrintSettings
Dim value As String
 
instance.WatermarkPrintOnPages = value
 
value = instance.WatermarkPrintOnPages
[RefreshProperties(RefreshProperties.All)]
[SRDescription("Indicates the specific pages on which the watermark should be printed.")]
[TypeConverter("GrapeCity.Win.MultiRow.Design.WatermarkPrintOnPagesTypeConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
public string WatermarkPrintOnPages {get; set;}

Property Value

A System.String value that indicates the specific pages on which the watermark is printed. The default is String.Empty.
Exceptions
ExceptionDescription
System.ArgumentException The assigned value is not a valid format for this property.
Remarks
The format can include a single page, page range, or a combination of both. For example: 1, 3-5, 9, 10-12. String.Empty means that all pages print Watermark.
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
WatermarkAlignment Property
WatermarkSizeMode Property
WatermarkOpacity Property

 

 


Copyright © GrapeCity, inc. All rights reserved.