LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

View Property (CodecsVffLoadOptions)






Gets or sets the view to use when loading VFF (Sun TAAC Bitmap) images. .NET support
Syntax
public CodecsVffView View {get; set;}
'Declaration
 
Public Property View As CodecsVffView
'Usage
 
Dim instance As CodecsVffLoadOptions
Dim value As CodecsVffView
 
instance.View = value
 
value = instance.View
public CodecsVffView View {get; set;}
 get_View();
set_View(value);
public:
property CodecsVffView View {
   CodecsVffView get();
   void set (    CodecsVffView value);
}

Property Value

The view to use when loading VFF (Sun TAAC Bitmap) images.
Example
For an example, refer to CodecsVffLoadOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsVffLoadOptions Class
CodecsVffLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.