PageWatermarkTextColor

This topic is not current. For the most current information, see the Print Schema Specification.

Defines the sRGB color for the watermark text. Format is ARGB: #AARRGGBB.

Element Information

Name Value
Element Type
ParameterDef
Scoping Prefix
Page
Notes
Linked to PageWatermark element

Structure Content

The XML structure of this element is as follows:

<psf:ParameterDef name="psk:PageWatermarkTextColor">
  <psf:Property name="psf:DataType">
    <psf:Value xsi:type="xs:string">xs:string</psf:Value>
  </psf:Property>
  <psf:Property name="psf:DefaultValue">
    <psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
  </psf:Property>
  <psf:Property name="psf:MaxLength">
    <psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
  </psf:Property>
  <psf:Property name="psf:MinLength">
    <psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
  </psf:Property>
  <psf:Property name="psf:Mandatory">
    <psf:Value xsi:type="xs:string">psk:Conditional</psf:Value>
  </psf:Property>
  <psf:Property name="psf:UnitType">
    <psf:Value xsi:type="xs:string">sRGB</psf:Value>
  </psf:Property>
</psf:ParameterDef>
      

Structure Properties

The following table outlines the characteristics of the variables defined in the XML structure.

Property xsi:type Value
DataType
string
xs:string
DefaultValue
integer
undefined
MaxValue
integer
undefined
MinValue
integer
undefined
Mandatory
string
psk:Conditional
UnitType
string
sRGB

Print Schema Specification