LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CodecsVffView Enumeration

Show in webframe







Indicates the view to use when loading VFF (Sun TAAC Bitmap) images.
Syntax
'Declaration
 
Public Enum CodecsVffView 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CodecsVffView
public enum CodecsVffView : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Codecs.CodecsVffView = function() { };
Leadtools.Codecs.CodecsVffView.prototype = {
UpToDown = 0x00000000, DownToUp = 0x00000001, LeftToRight = 0x00000002, RightToLeft = 0x00000003, FrontToRear = 0x00000004, RearToFront = 0x00000005, };
public enum class CodecsVffView : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000UpToDownUp to down along the X-Axis
0x00000001DownToUpDown to up along the X-Axis
0x00000002LeftToRightLeft to right along the Y-Axis
0x00000003RightToLeftRight to left along the Y-Axis
0x00000004FrontToRearFront to rear along the Z-Axis
0x00000005RearToFrontRear 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.