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



Gets or sets the view to use when loading VFF (Sun TAAC Bitmap) images.

Syntax

Visual Basic (Declaration) 
Public Property View As CodecsVffView
Visual Basic (Usage)Copy Code
Dim instance As CodecsVffLoadOptions
Dim value As CodecsVffView
 
instance.View = value
 
value = instance.View
C# 
public CodecsVffView View {get; set;}
C++/CLI 
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also