C# Class MarkdownDeep.ImageInfo

Show file Open project: toptensoftware/markdowndeep Class Usage Examples

Public Properties

Property Type Description
height int
titled_image bool
url string
width int

Property Details

height public property

public int height
return int

titled_image public property

public bool titled_image
return bool

url public property

public string url
return string

width public property

public int width
return int