C# Class Bloom.HtmlThumbNailer.ThumbnailOptions

Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Свойство 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
Résultat Color

BorderColor public_oe property

public Color BorderColor
Résultat Color

BorderStyle public_oe property

public BorderStyles BorderStyle
Résultat 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
Résultat bool

FileName public_oe property

public string FileName
Résultat string

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int