Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Used to specify a type of watermark.

{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
          
Signature
C#C#
Wiki Markup
{description}
{excerpt}Used to specify a type of watermark.{excerpt}
{signature:C#}
 public sealed class Type : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class Type
		Inherits TypesafeEnum
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle
Values

...

Name

...

Description

...

Image Watermark

...

No Watermark

...

{code}

{example}
{values}
||Name||Description||
|{anchor:Image}Image|Image Watermark|
|{anchor:None}None|No Watermark|
|{anchor:Thick}Thick|Text Watermark|