ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
  • alpha channel.
ImageInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
ClipboardWidth (Function)
Calculates the width of an image (in bitmap format) found in the clipboard.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
<Image variable>.Blur (Function)
Blurs the entire given area in a variable of type Image.
ClipboardHeight (Function)
Calculates the height of an image (in bitmap format) found in the clipboard.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
MarkerImage (Type of variable)
The MarkerImage type is used to customize the image associated with a marker or a marker cluster displayed in a Map control.
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
ERR_PARSER
ERR_BAD_FILE
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
TransparencyMode (Property)
The TransparencyMode property is used to get and change the transparency mode of an image.
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
WLanguage procedure associated with AlbumPicker
Procedure ("Callback") called by AlbumPicker when the user selects an image or a video.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image>.LayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
<diagShape variable>.ToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
DiagramShapeToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).