Specifies whether or not the file is an image file.  An image files will have additional information under 
image_info.
 
    Namespace: 
   NetQuarry.Services.Uploadcare
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax[JsonPropertyAttribute(NullValueHandling = NullValueHandling.Ignore)]
public bool is_image { get; set; }<JsonPropertyAttribute(NullValueHandling := NullValueHandling.Ignore)>
Public Property is_image As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also