VCDPropertyItems.Save Method

This method returns a string with the current values of all property items in this collection.
Syntax:
[C#]
public string Save();
Return Value:

The returned string contains the property values in XML format. It can be passed

Remarks:

The returned string can be saved to a file. It also can be passed to the VCDPropertyItems.Load method. This loads the current video capture device with predefined property values.

See also: VCDPropertyItems, VCDPropertyItems.Load

<< ICImagingControl.VCDPropertyItems