Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CodecsVffView Enumeration








Indicates the view to use when loading VFF (Sun TAAC Bitmap) images.
Syntax
'Declaration
 
Public Enum CodecsVffView 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CodecsVffView
public enum CodecsVffView
Leadtools.Codecs.CodecsVffView = function() { };
Leadtools.Codecs.CodecsVffView.prototype = {<br/>
  UpToDown = 0,
	DownToUp = 1,
	LeftToRight = 2,
	RightToLeft = 3,
	FrontToRear = 4,
	RearToFront = 5,
	
 };
public enum class CodecsVffView : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0UpToDown Up to down along the X-Axis
1DownToUp Down to up along the X-Axis
2LeftToRight Left to right along the Y-Axis
3RightToLeft Right to left along the Y-Axis
4FrontToRear Front to rear along the Z-Axis
5RearToFront Rear to front along the Z-Axis
Remarks
For more information and an example, refer to CodecsVffOptions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsVffView

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Error processing SSI file