InsertItemFromFile(String,String,Int32) Method
Adds a new thumbnail to the list from a file.
public function InsertItemFromFile(
: String;
: String;
: Integer
): GdPictureStatus;
public function InsertItemFromFile(
: String,
: String,
: int
) : GdPictureStatus;
'Declaration
Public Overloads Function InsertItemFromFile( _
ByVal As String, _
ByVal As String, _
ByVal As Integer _
) As GdPictureStatus
Parameters
- FilePath
- The path from which thumbnail will be generated.
- Text
- The item text.
- Position
- The zero-based index position of the insertion. Between 0 and ItemCount - 1.
Return Value
A member of the GdPictureStatus enumeration.