Gets or sets a value that indicates the specific pages on which the watermark is printed.
<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.
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