ClassXfaCollection
Class
Represents a collection of XFA (XML Forms Architecture) forms, allowing for storing and managing form data as a collection of name and byte array pairs.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public class XfaCollection : IEnumerable<KeyValuePair<string, byte[]>>, IEnumerable
Inheritance: objectXfaCollection
Implements:
Properties
Methods
GetEnumerator()
Return an enumerator over name/data pairs.
Declaration
cs-api-definition
public IEnumerator<KeyValuePair<string, byte[]>> GetEnumerator()
Returns
Implements