ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Drawing functions / Types of variables
  • Properties specific to Tiff variables
  • WLanguage functions that use Tiff variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The Tiff type is used to define the advanced characteristics of a TIFF image. The characteristics of this type can be defined and changed using different WLanguage properties.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
// Load the file
MyTiff is Tiff = "MyFile.tiff"
// Replace the first page
MyTiff..Image[1] = "C:\MyImages\logo48.gif"
// Save the file
dSaveImageTIFF(MyTiff, "MyModifiedFile.tiff")
Remarks

Properties specific to Tiff variables

The following properties can be used to handle an image in Tiff format:
Property nameType usedEffect
ImageArray of ImageArray containing the images for each page of TIFF file.
ValueImage (memo)Value of the image. This property is used to load a Tiff image from a buffer, a file or a memo.

WLanguage functions that use Tiff variables

dSaveImageTIFFSaves an image in TIFF format into a file or memory.
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/26/2023

Send a report | Local help