|
|
|
|
|
- Properties specific to Tiff variables
- WLanguage functions that use Tiff variables
Tiff (Variable type) In french: Tiff
The Tiff type is used to define the advanced characteristics of a TIFF image. You can define and change the characteristics of this type using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. // 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")
Properties Properties specific to Tiff variables The following properties can be used to handle an image in Tiff format: | | | Property name | Type used | Effect |
---|
Image | Array of Image | Array containing the images for each page of TIFF file. | Value | Image (memo) | Value of the image. This property is used to load a Tiff image from a buffer, a file or a memo. |
Remarks WLanguage functions that use Tiff variables
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|