Aspose::Pdf::ExportFieldsOptions::set_FieldSelector method

ExportFieldsOptions::set_FieldSelector method

Sets a delegate that determines whether a particular field should be exported. If the delegate is null, all fields are exported (the default behaviour).

void Aspose::Pdf::ExportFieldsOptions::set_FieldSelector(System::Predicate<System::SharedPtr<Forms::Field>> value)

See Also