Aspose::Pdf::Facades::FormEditor::SetFieldAttribute method
FormEditor::SetFieldAttribute method
Set attributes of field.
bool Aspose::Pdf::Facades::FormEditor::SetFieldAttribute(const System::String &fieldName, PropertyFlag flag)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | Name of field which attributes should be set. |
| flag | PropertyFlag | Flag (NoExport/ReadOnly/Required) |
ReturnValue
true if attribute was set successfully.
See Also
- Class String
- Enum PropertyFlag
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++