C# Class Bloom.HtmlThumbNailer.ThumbnailOptions

Mostra 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_oe property

public Color BackgroundColor
return Color

BorderColor public_oe property

public Color BorderColor
return Color

BorderStyle public_oe property

public BorderStyles BorderStyle
return BorderStyles

CenterImageUsingTransparentPadding public_oe 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_oe property

public string FileName
return string

Height public_oe property

public int Height
return int

Width public_oe property

public int Width
return int