Aspose::Pdf::Facades::FormEditor::SetFieldAttribute method

FormEditor::SetFieldAttribute method

Set attributes of field.

bool Aspose::Pdf::Facades::FormEditor::SetFieldAttribute(System::String fieldName, PropertyFlag flag)
ParameterTypeDescription
fieldNameSystem::StringName of field which attributes should be set.
flagPropertyFlagFlag (NoExport/ReadOnly/Required)

ReturnValue

true if attribute was set successfully.

See Also