Leadtools.Codecs Namespace > CodecsStartDecompressOptions Structure : ViewPerspective Property |
public RasterViewPerspective ViewPerspective {get; set;}
'Declaration Public Property ViewPerspective As RasterViewPerspective
'Usage Dim instance As CodecsStartDecompressOptions Dim value As RasterViewPerspective instance.ViewPerspective = value value = instance.ViewPerspective
public RasterViewPerspective ViewPerspective {get; set;}
get_ViewPerspective();
set_ViewPerspective(value);
public: property RasterViewPerspective ViewPerspective { RasterViewPerspective get(); void set ( RasterViewPerspective value); }
A Leadtools.RasterViewPerspective that indicates the view perspective of the compressed data.
Possible values are:
Value | Meaning |
---|---|
RasterViewPerspective.TopLeft | Top-left of image is first in memory |
RasterViewPerspective.TopLeft90 | RasterViewPerspective.TopLeft rotated clockwise by 90 degrees |
RasterViewPerspective.TopLeft180 | RasterViewPerspective.TopLeft rotated clockwise by 180 degrees |
RasterViewPerspective.TopLeft270 | RasterViewPerspective.TopLeft rotated clockwise by 270 degrees |
RasterViewPerspective.BottomLeft | Bottom-left of image is first in memory |
RasterViewPerspective.BottomLeft90 | RasterViewPerspective.BottomLeft rotated clockwise by 90 degrees |
RasterViewPerspective.BottomLeft180 | RasterViewPerspective.BottomLeft rotated clockwise by 180 degrees |
RasterViewPerspective.BottomLeft270 | RasterViewPerspective.BottomLeft rotated clockwise by 270 degrees |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2