在文档的最后,我想显示一个带有预填充文本的复选框,例如: []通过检查,我已阅读整个文件并同意签名。
答案 0 :(得分:1)
使用'文字' (old documentation,new documentation,展开底部的文字菜单)以显示您的文字。
在C#中,它看起来像这样:
Text myText = new Text
{
Value = "By checking, I\'ve read the whole document and agree to sign.",
DocumentId = "123",
PageNumber = "1"
};