LEADTOOLS Image File Support (Leadtools.Codecs assembly)

View Property (CodecsAnzLoadOptions)

Show in webframe







Gets or sets the view to use when loading ANZ (Analyze) images.
Syntax
public CodecsAnzView View {get; set;}
'Declaration
 
Public Property View As CodecsAnzView
'Usage
 
Dim instance As CodecsAnzLoadOptions
Dim value As CodecsAnzView
 
instance.View = value
 
value = instance.View
public CodecsAnzView View {get; set;}

            

            
 
get_View();
set_View(value);
Object.defineProperty('View');
public:
property CodecsAnzView View {
   CodecsAnzView get();
   void set (    CodecsAnzView value);
}

Property Value

The view to use when loading ANZ (Analyze) images.
Example
For an example, refer to CodecsAnzLoadOptions.
Requirements

Target Platforms

See Also

Reference

CodecsAnzLoadOptions Class
CodecsAnzLoadOptions Members

 

 


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