DiagramWatermarkPlacementType Enumeration |
Specifies to what pages a watermark should be added.
Namespace: GroupDocs.Watermark.Contents.DiagramAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic enum DiagramWatermarkPlacementType
Public Enumeration DiagramWatermarkPlacementType
public enum class DiagramWatermarkPlacementType
type DiagramWatermarkPlacementType
Members
| Member 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