Border
Border class
Represents border appearance
public class Border : ICloneable, ITransparency
Constructors
Name |
Description |
Border() |
The default constructor. |
Properties
Name |
Description |
Color { get; set; } |
Gets or sets the border color of signature. |
DashStyle { get; set; } |
Gets or sets the signature border style. |
Transparency { get; set; } |
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)). Default value is 0 (opaque). |
Visible { get; set; } |
Gets or sets the border visibility. |
Weight { get; set; } |
Gets or sets the weight of the signature border. |
Methods
Name |
Description |
Clone() |
Implement IClonable interface |
See Also