C# Class Bloom.HtmlThumbNailer.ThumbnailOptions

Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Properties

Property Type Description
BackgroundColor Color
BorderColor Color
BorderStyle BorderStyles
CenterImageUsingTransparentPadding bool
FileName string
Height int
Width int

Property Details

BackgroundColor public property

public Color BackgroundColor
return Color

BorderColor public property

public Color BorderColor
return Color

BorderStyle public property

public BorderStyles BorderStyle
return BorderStyles

CenterImageUsingTransparentPadding public property

Use this when all thumbnails need to be the centered in the same size png. Unfortunately as long as we're using the winform listview, we seem to need to make the icons the same size otherwise the title-captions don't line up.
public bool CenterImageUsingTransparentPadding
return bool

FileName public property

public string FileName
return string

Height public property

public int Height
return int

Width public property

public int Width
return int