RssImage (gb.web.feed)
This class represents an image which is associated with an RSS feed.
The Title and Link properties should be the same as the corresponding ones of the
parent Rss object.
Properties
Description
|
If the feed is rendered as HTML this string is to be become the title attribute of the link rendered around the image.
|
Height
|
The height of the image. The maximum height is 400, the default is 31.
|
Link
|
The URL of the website the feed belongs to. When the feed is rendered as HTML the RssImage becomes a link to this website.
|
Title
|
An image title. It is to be used as the alt attribute of the HTML tag if the feed is rendered as HTML.
|
Url
|
The URL of the image file. The specification requires this to be a GIF, JPEG or PNG file.
|
Width
|
The width of the image. The maximum width is 144, the default is 88.
|