Sets the graphic file type of a picture graphics object.
Read-write, BqGraphicsFileType
The GraphicsFileType property uses the BqGraphicsFileType constant group, which consists of these values:
This example shows how to set the GraphicFileType (Property) to a .BMP format in the Dashboard section:
ActiveDocument.Sections["Dashboard2"].Shapes["Picture2"].GrapicsFileType=bqGraphicsFileTypeBMP
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