Aspose::Pdf::ExportFieldsOptions::get_FieldSelector method

ExportFieldsOptions::get_FieldSelector method

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

System::Predicate<System::SharedPtr<Forms::Field>> Aspose::Pdf::ExportFieldsOptions::get_FieldSelector() const

See Also