WMFResolutionY property (Main Control)
Builder Syntax |
int WMFResolutionY |
Delphi Syntax |
WMFResolutionY : L_INT |
Overview |
Refer to Loading a Bitmap from a File. |
Remarks
Sets the vertical resolution value that LEADTOOLS is to use when loading images from WMF/EMF files. Possible values are:
Value |
Meaning |
0 |
Load the file at the resolution present in the file. |
Any positive value |
Load the file at the corresponding DPI. For example, if this value is 150, load the image at 150 DPI. |
For more information on WMF files and examples of loading WMF files using this property, refer to the WMFResolutionX property.
See Also
Elements: |
GetFileInfo method, InfoXRes property, InfoYRes property, WMFResolutionX property |
Topics: |