Table of Contents

Class TextTagOffset

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

Text Tag offset.

[DataContract]
public class TextTagOffset
Inheritance
TextTagOffset
Inherited Members

Properties

OffsetX

Gets or sets the offsetX of textTagOffset.

[DataMember(Name = "offsetX", EmitDefaultValue = false)]
public double OffsetX { get; set; }

Property Value

double

Gets or sets the offsetX.

OffsetY

Gets or sets the offsetY of textTagOffset.

[DataMember(Name = "offsetY", EmitDefaultValue = false)]
public double OffsetY { get; set; }

Property Value

double

Gets or sets the offsetY.

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.