| Visual Basic (Declaration) | |
|---|---|
Public Enum CodecsVffView Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsVffView | |
| C# | |
|---|---|
public enum CodecsVffView : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class CodecsVffView : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| DownToUp | Down to up along the X-Axis |
| FrontToRear | Front to rear along the Z-Axis |
| LeftToRight | Left to right along the Y-Axis |
| RearToFront | Rear to front along the Z-Axis |
| RightToLeft | Right to left along the Y-Axis |
| UpToDown | Up to down along the X-Axis |
For more information and an example, refer to CodecsVffOptions.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsVffView
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code