Class WatermarkConfig.WatermarkTextConfig
Namespace: Aurigma.DesignAtoms.Configuration
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class WatermarkTextConfig
Inheritance: System.Object -> WatermarkConfig.WatermarkTextConfig
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
WatermarkTextConfig
public WatermarkTextConfig()
Properties
Text
public string Text { get; set; }
FontSettings
public FontSettings FontSettings { get; set; }
Scale
public float Scale { get; set; }
Opacity
public float Opacity { get; set; }
Methods
GetBytes
public byte[] GetBytes()
Returns
System.Byte[]
Equals
protected bool Equals(WatermarkConfig.WatermarkTextConfig other)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Configuration.WatermarkConfig.WatermarkTextConfig | other |
Returns
System.Boolean
Equals
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
System.Object | obj |
Returns
System.Boolean
Overrides
System.Object.Equals(System.Object)
Clone
public WatermarkConfig.WatermarkTextConfig Clone()
Returns
Aurigma.DesignAtoms.Configuration.WatermarkConfig.WatermarkTextConfig