Photo PropertyImage Type Property
This is used to set or get the image type
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
The value is a string defining the type of image that the property value represents such as GIF, JPEG, TIFF, AVI, etc.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? ImageType { get; set; }VB
Public Property ImageType As String
Get
SetC++
public:
property String^ ImageType {
String^ get ();
void set (String^ value);
}F#
member ImageType : string with get, setProperty Value
StringThe value is a string defining the type of image that the property value represents such as GIF, JPEG, TIFF, AVI, etc.