Form.GetFieldFacade

Form.GetFieldFacade 方法

返回包含所有外观属性的 FrofmFieldFacade 对象。

Aspose.Pdf.Facades.Form form = new Aspose.Pdf.Facades.Form("form.pdf");
FormFieldFacade field = form.GetFieldFacade("field1");
Console.WriteLine("Color of field border: " + field.BorderColor);
public FormFieldFacade GetFieldFacade(string fieldName)
参数类型描述
fieldName字符串要读取的字段名称。

返回值

FormFieldFacade 对象

另请参阅