DocumentPropertyCollection.IndexOf

DocumentPropertyCollection.IndexOf method

Gets the index of a property by name.

public int IndexOf(string name)
ParameterTypeDescription
nameStringThe case-insensitive name of the property.

Return Value

The zero based index. Negative value if not found.

See Also