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
Wiki Markup
{description}
{excerpt}Used to specify a type of watermark.{excerpt}
{signature:C#}
 public sealed class Type : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class Type
		Inherits TypesafeEnum
{signature}
{example}{code:csharp|title=C#}

            WordApplication app = new WordApplication();
            Document doc = app.Create();
            Watermark wmark = doc.Watermark;
            Watermark.Type markType = wmark.WatermarkType;
          {code}
{code:vb.net|title=vb.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|