ImgEdit User Control

ImgEdit Class Library

ImgEdit.Filename = String

 

Gets or sets the image filename.

 

[Visual Basic]

Public Property Filename ( ) as String

 

Property Set Value

    String

        Sets the image filename path.

 

Property Get Value

    String

        Gets the image filename path.

 

Example

[Visual Basic] The following example sets the image filename path and gets its state.

 

[Visual Basic]

Dim ImageFilename as String = "C:\Test\01.tif"

ImgEdit1.FileName = ImageFilename

ImageFilename= ImgEdit1.FileName

 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6