DiagramWatermarkPlacementType enumeration

DiagramWatermarkPlacementType enumeration

Specifies to what pages a watermark should be added.

The DiagramWatermarkPlacementType type exposes the following members:

Fields

Field Description
FOREGROUND_PAGES A watermark should be added to foreground pages only.
BACKGROUND_PAGES A watermark should be added to background pages only.
ALL_PAGES A watermark should be added to all pages.
SEPARATE_BACKGROUNDS Separate background pages with a watermark should be created and assigned to all pages without background.
DEFAULT The same as DiagramWatermarkPlacementType.FOREGROUND_PAGES.

See Also