LEADTOOLS Image File Support (Leadtools.Codecs assembly)

IgnoreViewPerspective Property

Show in webframe







Indicates whether to ignore the view perspective stored in the file.
Syntax
public bool IgnoreViewPerspective {get; set;}
'Declaration
 
Public Property IgnoreViewPerspective As Boolean
'Usage
 
Dim instance As CodecsTiffLoadOptions
Dim value As Boolean
 
instance.IgnoreViewPerspective = value
 
value = instance.IgnoreViewPerspective
public bool IgnoreViewPerspective {get; set;}
@property (nonatomic, assign) BOOL ignoreViewPerspective;
public boolean getIgnoreViewPerspective()
public void setIgnoreViewPerspective(boolean value)
            
 
get_IgnoreViewPerspective();
set_IgnoreViewPerspective(value);
Object.defineProperty('IgnoreViewPerspective');
public:
property bool IgnoreViewPerspective {
   bool get();
   void set (    bool value);
}

Property Value

true to load the file as RasterViewPerspective.TopLeft.
Remarks
If you are loading a TIFF or Exif file that looks rotated or flipped, try setting this property before loading the file.
Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTiffLoadOptions Class
CodecsTiffLoadOptions Members

 

 


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