Aspose::Pdf::Forms::OptionCollection class

OptionCollection class

Class representing collection of options of the choice field.

class OptionCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::Forms::Option>>

Methods

MethodDescription
Add(const System::SharedPtr<Option>&) overrideAdds item in collection, throws NotImplementedException
.
Clear() overrideRemoves all items from collection.
Contains(const System::SharedPtr<Option>&) const overrideChecks if item exists in collection, throws NotImplementedException
.
CopyTo(System::ArrayPtr<System::SharedPtr<Option>>, int32_t) overrideCopies options into array.
get(int32_t)Gets option by index.
get(System::String)Gets option from colleciton by option name.
get_Count() const overrideGets number of options.
get_IsReadOnly() const overrideGets a value indicating if collection is readonly.
get_IsSynchronized()Returns true of object is synchronized.
get_SyncRoot() constSynchronization object of the collection.
GetEnumerator() overrideReturns enumerator for options in collection.
idx_get(int32_t)Gets option by index.
idx_get(System::String)Gets option by its name.
Remove(const System::SharedPtr<Option>&) overrideRemoves item from collection, throws NotImplementedException
.

See Also