Current view perspective (transformation) value of this page.
public RasterViewPerspective ViewPerspective { get; set; }
Public Property ViewPerspective() As RasterViewPerspective
Get
Set
public:
property RasterViewPerspective^ ViewPerspective
{
RasterViewPerspective^ get()
void set(RasterViewPerspective^ value)
}
The current view perspective of this page. The default value is RasterViewPerspective.TopLeft.
ViewPerspective holds the current transformation of the page. Initially, it contains the value of TopLeft, which means that no transformation has been applied to this page. Transformation can be reset by setting ViewPerspective back to TopLeft.
ViewPerspective is saved into the cache entry of the page and is re-loaded and used when the document is loaded back from the cache.
Each call to Rotate, Flip and Reverse will update ViewPerspective with the value that matches the new transformation.
Refer to Document Page Transformation for more information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document