DiagramWatermarkPlacementType

DiagramWatermarkPlacementType enumeration

Specifies to what pages a watermark should be added.

public enum DiagramWatermarkPlacementType

Values

Name Value Description
ForegroundPages 0 A watermark should be added to foreground pages only.
BackgroundPages 1 A watermark should be added to background pages only.
AllPages 2 A watermark should be added to all pages.
SeparateBackgrounds 3 Separate background pages with a watermark should be created and assigned to all pages without background.
Default 0 The same as ForegroundPages.

See Also