Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ViewPerspective Property (RasterImage)








Gets or sets the view perspective of the image data of this RasterImage.
Syntax
public RasterViewPerspective ViewPerspective {get; set;}
'Declaration
 
Public Property ViewPerspective As RasterViewPerspective
'Usage
 
Dim instance As RasterImage
Dim value As RasterViewPerspective
 
instance.ViewPerspective = value
 
value = instance.ViewPerspective
public RasterViewPerspective ViewPerspective {get; set;}
@property (nonatomic, assign) LTRasterViewPerspective viewPerspective
public RasterViewPerspective getViewPerspective()
 <br/>get_ViewPerspective();<br/>set_ViewPerspective(value);<br/>Object.defineProperty('ViewPerspective'); 
public:
property RasterViewPerspective ViewPerspective {
   RasterViewPerspective get();
   void set (    RasterViewPerspective value);
}

Property Value

The view perspective of the image data of this RasterImage.
Remarks

The view perspective indicates where the beginning of the image is stored. For more information, see RasterViewPerspective.

For more information refer to Accounting For View Perspective.

Note: You should be careful when setting the view-perspective of an image using this property since it will not change the orientation of the data of the image. To do that, use ChangeViewPerspective.

Example
For an example, refer to ChangeViewPerspectiveCommand.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file