TextWatermark ClassByteScout PDF SDK
Represents a text watermark.
Inheritance Hierarchy

SystemObject
  Bytescout.PDFWatermark
    Bytescout.PDFTextWatermark

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public class TextWatermark : Watermark

The TextWatermark type exposes the following members.

Constructors

  NameDescription
Public methodTextWatermark
Initializes a new instance of the Bytescout.PDF.TextWatermark class.
Top
Properties

  NameDescription
Public propertyAngle
Gets or sets the angle of rotation of watermark text.
Public propertyBrush
Watermark brush. Default is transparent gray brush.
Public propertyFont
Gets or sets the font used to display text watermark.
Public propertyLeft
Gets or sets the x-coordinate of the left edge of watermark text.
Public propertyPen
Watermark pen. Default is null (no text outline).
Public propertyText
Gets or sets the text of the watermark.
Public propertyTop
Gets or sets the y-coordinate of the top edge of watermark text.
Public propertyWatermarkLocation
Watermark location and orientation.
Top
Methods

  NameDescription
Public methodClone (Overrides WatermarkClone.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference