Represents border appearance
public class Border : ICloneable, ITransparency
| Name |
Description |
| Border() |
The default constructor. |
| 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. |
| Name |
Description |
| Clone() |
Implement IClonable interface |
We value your opinion. Your feedback will help us improve our documentation.