Class Image
- Namespace
- SmartReader
- Assembly
- SmartReader.dll
Metadata for images found in the parsed article
public class Image
- Inheritance
-
ObjectImage
- Inherited Members
-
Object.Equals(Object)Object.Equals(Object, Object)Object.GetHashCode()Object.GetType()Object.MemberwiseClone()Object.ReferenceEquals(Object, Object)Object.ToString()
Properties
Description
public string Description { get; set; }
Property Value
- String
The value of the attribute alt of <img> tag
Size
public long Size { get; set; }
Property Value
- Int64
The size in bytes of the image
Source
public Uri Source { get; set; }
Property Value
- Uri
The original URI of the source
Title
public string Title { get; set; }
Property Value
- String
The value of the attribute title of <img> tag