# GC.Spread.Sheets.Print.IWatermarkItem

## Content

# Interface: IWatermarkItem

[Sheets](../modules/GC.Spread.Sheets).[Print](../modules/GC.Spread.Sheets.Print).IWatermarkItem

## Table of contents

### Properties

- [height](GC.Spread.Sheets.Print.IWatermarkItem#height)
- [imageSrc](GC.Spread.Sheets.Print.IWatermarkItem#imagesrc)
- [page](GC.Spread.Sheets.Print.IWatermarkItem#page)
- [width](GC.Spread.Sheets.Print.IWatermarkItem#width)
- [x](GC.Spread.Sheets.Print.IWatermarkItem#x)
- [y](GC.Spread.Sheets.Print.IWatermarkItem#y)

## Properties

### <a id="height" name="height"></a> height

• **height**: `number`

The watermark height.

___

### <a id="imagesrc" name="imagesrc"></a> imageSrc

• **imageSrc**: `string`

The watermark image src.

___

### <a id="page" name="page"></a> page

• **page**: `string`

The watermark page, support "all", "odd", \u201ceven\u201d, "1,3,4,7,8,9,".

___

### <a id="width" name="width"></a> width

• **width**: `number`

The watermark width.

___

### <a id="x" name="x"></a> x

• **x**: `number`

The watermark begin x position.

___

### <a id="y" name="y"></a> y

• **y**: `number`

The watermark begin y position.
