Gets or sets the file type for the image file.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual CicaImageFileType FileType { get; set; }
Visual Basic (Declaration)
Public Overridable Property FileType As CicaImageFileType
Visual C++
public:
virtual property CicaImageFileType FileType {
	CicaImageFileType get ();
	void set (CicaImageFileType value);
}

Property Value

The file type for the image file. The default is Invalid.

Remarks

This value indicates the type of image that is attached. For example, a file named "C:\Temp\MEM1023.jpg" will use CicaImageFileType.Jpg for FileType.

The FileTypeSpecified property indicates whether or not this property will be included in the serialized class or generated document. The FileTypeSpecified property is automatically set to true when this property is set.

See Also