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}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class Type
		Inherits TypesafeEnum
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#


            WordApplication app = new WordApplication();
            Document doc = app.Create();
            Watermark wmark = doc.Watermark;
            Watermark.Type markType = wmark.WatermarkType;
          
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}


            Dim app As New WordApplication()
            Dim doc As Document = app.Create()
            Watermark wmark = doc.Watermark
            Watermark.Type markType = wmark.WatermarkType
          
{code} {example} {values} ||Name||Description|| |{anchor:Image}Image|Image Watermark| |{anchor:None}None|No Watermark| |{anchor:Thick}Thick|Text Watermark|
Values

Name

Description

Anchor
Image
Image
Image

Image Watermark

Anchor
None
None
None

No Watermark

Anchor
Thick
Thick
Thick

Text Watermark