Class WatermarkConfig.WatermarkTextConfig
Inheritance
System.Object
WatermarkConfig.WatermarkTextConfig
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 WatermarkTextConfig
Constructors
WatermarkTextConfig()
Declaration
public WatermarkTextConfig()
Properties
FontSettings
Declaration
public FontSettings FontSettings { get; set; }
Property Value
Opacity
Declaration
public float Opacity { get; set; }
Property Value
Type |
Description |
System.Single |
|
Scale
Declaration
public float Scale { get; set; }
Property Value
Type |
Description |
System.Single |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Clone()
Declaration
public WatermarkConfig.WatermarkTextConfig Clone()
Returns
Equals(WatermarkConfig.WatermarkTextConfig)
Declaration
protected bool Equals(WatermarkConfig.WatermarkTextConfig 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()
Declaration
Returns
Type |
Description |
System.Byte[] |
|