BB FlashBack SDK: FBBitmapProperties

Name

Description

Optionally sets the filename of the image to insert when using FBEditor::InsertImage.

Valid formats for the file: GIF, BMP, JPG, PNG (8 or 24 bit).
 

Syntax

[C#/C++]
public String Name

[VB.NET]
Public Property Name As String
 

Remarks

When inserting an image into a movie by use of the FBEditor::InsertImage method, the caller passes in an FBBitmapProperties object. If the ShowOptions property of this object is set to True, a standard image selection and editing dialog will be displayed, enabling a user to select the image file to be inserted. If the ShowOptions property of the object is set to False, the image file specified by the Name property will be inserted.
 

See Also

FBEditor::InsertImage  FBBitmapProperties::ShowOptions