PhotoPropertyImageType Property
This is used to set or get the image type
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string ImageType { get; set; }
Public Property ImageType As String
Get
Set
public:
property String^ ImageType {
String^ get ();
void set (String^ value);
}
member ImageType : string with get, set
Property Value
StringThe value is a string defining the type of image that the property value represents such as
GIF, JPEG, TIFF, AVI, etc.