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

Show in webframe

View Property (CodecsVffLoadOptions)








Gets or sets the view to use when loading VFF (Sun TAAC Bitmap) images.
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;}
public CodecsVffView getView()
public void setView(CodecsVffView view)
            
 <br/>get_View();<br/>set_View(value);<br/>Object.defineProperty('View'); 
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

See Also

Reference

CodecsVffLoadOptions Class
CodecsVffLoadOptions Members

Error processing SSI file