Back to Website
Show / Hide Table of Contents

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

Constructors

WatermarkTextConfig()

Declaration
public WatermarkTextConfig()

Properties

FontSettings

Declaration
public FontSettings FontSettings { get; set; }
Property Value
Type Description
FontSettings

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
Type Description
WatermarkConfig.WatermarkTextConfig

Equals(WatermarkConfig.WatermarkTextConfig)

Declaration
protected bool Equals(WatermarkConfig.WatermarkTextConfig other)
Parameters
Type Name Description
WatermarkConfig.WatermarkTextConfig 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()

Declaration
public byte[] GetBytes()
Returns
Type Description
System.Byte[]
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...