VfwCompressorPropertyPage.State Property

DirectX.Capture

DirectX.Capture Class Library

VfwCompressorPropertyPage.State Property

Get or set the state of the property page. This is used to save and restore the user's choices without redisplaying the property page. This property will be null if unable to retrieve the property page's state.

public override byte[] State {get; set;}

Remarks

After showing this property page, read and store the value of this property. At a later time, the user's choices can be reloaded by setting this property with the value stored earlier. Note that some property pages, after setting this property, will not reflect the new state. However, the filter will use the new settings.

See Also

VfwCompressorPropertyPage Class | VfwCompressorPropertyPage Members | DirectX.Capture Namespace