Class WatermarkConfig.WatermarkImageConfig
Inheritance
System.Object
WatermarkConfig.WatermarkImageConfig
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 WatermarkImageConfig
Constructors
WatermarkImageConfig()
Declaration
public WatermarkImageConfig()
Properties
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Opacity
Declaration
public float Opacity { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Repeat
Declaration
public bool Repeat { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
StaticStorageId
Declaration
public string StaticStorageId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StorageId
Declaration
public string StorageId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Clone()
Declaration
public WatermarkConfig.WatermarkImageConfig Clone()
Returns
Equals(WatermarkConfig.WatermarkImageConfig)
Declaration
protected bool Equals(WatermarkConfig.WatermarkImageConfig 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(String, IMd5Util)
Declaration
public byte[] GetBytes(string imageFolderPath, IMd5Util md5Util)
Parameters
| Type |
Name |
Description |
| System.String |
imageFolderPath |
|
| IMd5Util |
md5Util |
|
Returns
| Type |
Description |
| System.Byte[] |
|