Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Used to specify a type of watermark.

Signature
C#
C#
 public sealed class Type : TypesafeEnum
Signature
vb.net
vb.net
Public NotInheritable Class Type
		Inherits TypesafeEnum
Example
Code Block
csharp
csharp
titleC#

            WordApplication app = new WordApplication();
            Document doc = app.Create();
            Watermark wmark = doc.Watermark;
            Watermark.Type markType = wmark.WatermarkType;
          
Code Block
vb.net
vb.net
titlevb.net

            Dim app As New WordApplication()
            Dim doc As Document = app.Create()
            Watermark wmark = doc.Watermark
            Watermark.Type markType = wmark.WatermarkType
          
Values

Name

Description

Anchor
Image
Image
Image

Image Watermark

Anchor
None
None
None

No Watermark

Anchor
Thick
Thick
Thick

Text Watermark