Aspose::Pdf::Facades::Form::FlattenField method

Form::FlattenField method

Flattens a specified field with the fully qualified field name. Any other field will remain unchangable. If the fieldName is invalid, all the fields will remain unchangable.

void Aspose::Pdf::Facades::Form::FlattenField(System::String fieldName)
ParameterTypeDescription
fieldNameSystem::StringThe name of the field to be flattened.

See Also