GraphicsFileType (Property)

Applies To:

Picture object

Description:

Sets the graphic file type of a picture graphics object.

Action:

Read-write, BqGraphicsFileType

Constants:

The GraphicsFileType property uses the BqGraphicsFileType constant group, which consists of these values:

Example 1:

This example shows how to set the GraphicFileType (Property) to a .BMP format in the Dashboard section:

ActiveDocument.Sections["Dashboard2"].Shapes["Picture2"].GrapicsFileType=bqGraphicsFileTypeBMP

Example 2:

This example shows how to set the GraphicFileType (Property) to a .JPEG format in the Report section:

ActiveDocument.Sections["Report"].Body.Shapes["Picture"].GraphicsFileType=bqGraphicsFileTypeJPEG