Aspose::Pdf::Facades::FormEditor::DecorateField method

FormEditor::DecorateField() method

Changes visual attributes of all fields in the PDF document.

void Aspose::Pdf::Facades::FormEditor::DecorateField()

See Also

FormEditor::DecorateField(const System::String&) method

Changes visual attributes of the specified field.

void Aspose::Pdf::Facades::FormEditor::DecorateField(const System::String &fieldName)
ParameterTypeDescription
fieldNameconst System::String&The fully qualified field name.

See Also

FormEditor::DecorateField(FieldType) method

Changes visual attributes of all fields with the specified field type.

void Aspose::Pdf::Facades::FormEditor::DecorateField(FieldType fieldType)
ParameterTypeDescription
fieldTypeFieldTypeType of fields which will be decorated.

See Also