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)
ParameterTypeDescription
fieldNameconst System::String&Name of field which attributes should be set.
flagPropertyFlagFlag (NoExport/ReadOnly/Required)

ReturnValue

true if attribute was set successfully.

See Also