Class WatermarkConfig
Inheritance
System.Object
WatermarkConfig
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class WatermarkConfig
Constructors
WatermarkConfig()
Declaration
Fields
DefaultWatermarkFolderPath
Declaration
public static string DefaultWatermarkFolderPath
Field Value
Type |
Description |
System.String |
|
Properties
Image
Declaration
public WatermarkConfig.WatermarkImageConfig Image { get; set; }
Property Value
Text
Declaration
public WatermarkConfig.WatermarkTextConfig Text { get; set; }
Property Value
Visibility
Declaration
public WatermarkConfig.WatermarkVisibilityConfig Visibility { get; set; }
Property Value
WatermarkFolderPath
Declaration
public string WatermarkFolderPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Clone()
Declaration
public WatermarkConfig Clone()
Returns
Equals(WatermarkConfig)
Declaration
protected bool Equals(WatermarkConfig other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetBytes(IMd5Util)
Declaration
public byte[] GetBytes(IMd5Util md5Util)
Parameters
Returns
Type |
Description |
System.Byte[] |
|
GetObsoleteDefaultConfig()
Declaration
public static WatermarkConfig GetObsoleteDefaultConfig()
Returns