Instructions
SignatureLine.Instructions property
获取并设置在签名时向用户显示的文本。
public string Instructions { get; set; }
例子
[C#]
// 创建签名线对象
SignatureLine s6 = new SignatureLine();
s6.Instructions = "Just do it.";
也可以看看
- class SignatureLine
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells