Back to Website
Show / Hide Table of Contents

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()
Namespace: Aurigma.DesignAtoms.Configuration
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class WatermarkConfig

Constructors

WatermarkConfig()

Declaration
public WatermarkConfig()

Fields

DefaultWatermarkFolderPath

Declaration
public static string DefaultWatermarkFolderPath
Field Value
Type Description
System.String

Properties

Image

Declaration
public WatermarkConfig.WatermarkImageConfig Image { get; set; }
Property Value
Type Description
WatermarkConfig.WatermarkImageConfig

Text

Declaration
public WatermarkConfig.WatermarkTextConfig Text { get; set; }
Property Value
Type Description
WatermarkConfig.WatermarkTextConfig

Visibility

Declaration
public WatermarkConfig.WatermarkVisibilityConfig Visibility { get; set; }
Property Value
Type Description
WatermarkConfig.WatermarkVisibilityConfig

WatermarkFolderPath

Declaration
public string WatermarkFolderPath { get; set; }
Property Value
Type Description
System.String

Methods

Clone()

Declaration
public WatermarkConfig Clone()
Returns
Type Description
WatermarkConfig

Equals(WatermarkConfig)

Declaration
protected bool Equals(WatermarkConfig other)
Parameters
Type Name Description
WatermarkConfig other
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
Type Name Description
IMd5Util md5Util
Returns
Type Description
System.Byte[]

GetObsoleteDefaultConfig()

Declaration
public static WatermarkConfig GetObsoleteDefaultConfig()
Returns
Type Description
WatermarkConfig
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...