LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsVffView Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsVffView Enumeration



Indicates the view to use when loading VFF (Sun TAAC Bitmap) images.

Syntax

Visual Basic (Declaration) 
Public Enum CodecsVffView 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CodecsVffView
C# 
public enum CodecsVffView : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class CodecsVffView : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
DownToUpDown to up along the X-Axis
FrontToRearFront to rear along the Z-Axis
LeftToRightLeft to right along the Y-Axis
RearToFrontRear to front along the Z-Axis
RightToLeftRight to left along the Y-Axis
UpToDownUp to down along the X-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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also