Click or drag to resize

WatermarkTemplateDefinition Class

Watermark properties definition.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerWatermarkTemplateDefinition

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
[SerializableAttribute]
public class WatermarkTemplateDefinition

The WatermarkTemplateDefinition type exposes the following members.

Constructors
  NameDescription
Public methodWatermarkTemplateDefinition
Initializes a new instance of the WatermarkTemplateDefinition class
Top
Properties
  NameDescription
Public propertyAlignment
Horizontal alignment
Public propertyAngle
Watermark rotation angle [0:360]
Public propertyBackColor
Watermark background color
Public propertyContent
Watermark content (static text and/or merge tags)
Public propertyFontColor
Watermark text color
Public propertyFontFamily
Font family name installed on the server
Public propertyFontSize
Font size in pixels
Public propertyMargin
Margin from top, left, bottom, right edge of the document page
Public propertyOpacity
Watermark transparency in % where 0 means full transparency and 100 means full opacity.
Public propertyPosition
Vertical alignment
Public propertyUnit
Margin unit for presentation
Top
Extension Methods
See Also