'Declaration Public Class PictureWatermark Inherits Watermark
'Usage Dim instance As PictureWatermark
public class PictureWatermark : Watermark
'Declaration Public Class PictureWatermark Inherits Watermark
'Usage Dim instance As PictureWatermark
public class PictureWatermark : Watermark
PictureWatermark watermark = new PictureWatermark( "Path/to/my/picture.jpg" ); watermark.SetScale( PictureWatermark.ScaleOption.Scale50percent ); document.AddWatermark( watermark );
System.Object
Xceed.Document.NET.Watermark
Xceed.Document.NET.PictureWatermark
Name | Description | |
---|---|---|
![]() | PictureWatermark Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | m_ids | (Inherited from Xceed.Document.NET.Watermark) |
![]() | m_isModified | (Inherited from Xceed.Document.NET.Watermark) |
Name | Description | |
---|---|---|
![]() | ImagePath | Gets or sets the path pointing to the Picture that will be used as a Watermark. |
![]() | Scale | Gets or sets the PictureWatermark.ScaleOption. |
![]() | Scope | Gets or sets the SectionScope. (Inherited from Xceed.Document.NET.Watermark) |
![]() | Sections | Gets the indexes that correspond to the Sections displaying the Watermark. (Inherited from Xceed.Document.NET.Watermark) |
![]() | Stream | Gets or sets the stream containing the Picture that will be used as a Watermark. |
Name | Description | |
---|---|---|
![]() | Clone | Overridden. |
![]() | Equals | Overloaded. Overridden. Determines whether the specified object is equal to the current object. |
![]() | GetScale | Gets the PictureWatermark.ScaleOption. |
![]() | HasScope | Allows to verify if the Watermark is applied to a specific SectionScope. (Inherited from Xceed.Document.NET.Watermark) |
![]() | RemoveSection | Removes the Watermark from the specified Section(s). (Inherited from Xceed.Document.NET.Watermark) |
![]() | SelectSections | Adds the Watermark to the specified Section(s). (Inherited from Xceed.Document.NET.Watermark) |
![]() | SetScale | Sets the PictureWatermark.ScaleOption. |
Name | Description | |
---|---|---|
![]() | SetAsExisting | (Inherited from Xceed.Document.NET.Watermark) |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2