LoadUseViewPerspective property (Main Control)
Visual
Basic example
Visual C++ 4.0 example
Visual J++ example
Syntax BOOL LoadUseViewPerspective
Overview: Refer to Loading a Bitmap from a File.
Remarks
(Document/Medical only, persistent property, available at design time) Determines whether a bitmap with a rotated view perspective keeps its internal orientation when it is loaded.
Note: This property does not affect the orientation of the displayed image. You do not have to account for view perspective in the ActiveX unless you call certain LEADTOOLS DLL functions, which are noted in the LEADTOOLS C DLL documentation.
This property is most useful if you want to retain the existing view perspective when loading TIFF images that are stored with a rotated view perspective. Setting this property to TRUE may speed the loading of a file that contains a rotated image. After an image is loaded, the rotated view perspective may slow down other operations.
Setting |
Description |
TRUE |
Keep the bitmap's rotated view perspective when loading. |
FALSE |
If a bitmap in a file has a rotated view perspective, convert the internal data to a top-left orientation when loading. |
See Also
Topics: Raster Images: Loading Files