C# Class MarkdownDeep.ImageInfo

ファイルを表示 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_oe property

public int height
return int

titled_image public_oe property

public bool titled_image
return bool

url public_oe property

public string url
return string

width public_oe property

public int width
return int