| Visual Basic (Declaration) | |
|---|---|
Public Enum PlayStillTap Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PlayStillTap | |
| C# | |
|---|---|
public enum PlayStillTap : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class PlayStillTap : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| None | No tap. The tap will be removed if it is already in place. If this option is set, no still images will be captured using the PlayCtrl.GetStillDIB, PlayCtrl.GetStillImage, PlayCtrl.SaveStillDIB or PlayCtrl.SaveStillBitmap methods. |
| Processors | The tap is after the processors (default). The captured still image is processed by all added video processors, in the order the processors were added. |
| Source | The tap is before the processors. The captured still image will be unprocessed. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.PlayStillTap
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code