Constructor
Thumbnail Constructor
|
Initializes a new instance of the Thumbnail class |
Public Properties
ColumnNumber
|
Sets the number of columns displayed in the Thumbnail Control |
ConfigFile
|
Sets the configuration file for the Thumbnail Control |
CurrentPage
|
Refers to the page of the currently displayed thumbnail image |
EnableHyperLink
|
Sets the hyperlink to the image file |
EnableMultiPageImage
|
Sets whether or not multipage images can be loaded into the Thumbnail Control. |
EnablePaging
|
Sets whether or not default paging is used in the Thumbnail Control. |
ErrorStatus
|
Refers to the types of errors that can occur when using the thumbnail control |
ExifAutoRotate
|
Sets whether to automatically adjust and display the direction of photos taken with a smartphone |
FileName
|
Refers to the filename of the image when the thumbnail image is selected |
FileNameSetText
|
Sets text that will be displayed under the thumbnail images. If no value is set, the filename of each image will be displayed under the thumbnails. |
HyperLinkURLFile
|
Sets an xml file containing seperate hyperlinks for each thumbnail image displayed in the Thumbnail Control. |
ImageBevelDepth
|
Sets the depth of the bevel |
ImageBevelWidth
|
Sets the width of the bevel |
ImageDirectory
|
Sets the path to the directory containing the images to be displayed as thumbnails |
ImageFileExtension
|
Sets the the image type that can be displayed in the thumbnail control |
ImageHeight
|
Sets the height of the thumbnail cell. |
ImageWidth
|
Sets the width of the thumbnail cell. |
PageOfMultiPageImage
|
Refers to the page number of the page selected in a multipage file. |
RowNumber
|
Sets the number of rows displayed in the Thumbnail Control |
ShowFileName
|
Sets whether or not the file name of the image is displayed under the thunbnail image in the Thumbnail Control |
ShowFileNameText
|
Sets a comment and that is displayed under the thumbnail images |
SortDirection
|
Sets the order in which the thumbnail images are displayed. |
ThumbnailImageDirectory
|
Sets the directory where the thumbnail images are created. |
TotalImageNo
|
Refers to the total number of thumbnail images. |
TotalPageNo
|
Refers to the number of pages of thumbnail images |
Public Methods
DeleteThumbnailDirectory
|
Deletes the thumbnail images and the their directory |
ShowThumbnailImages
|
Displays the thumbnail images |
Public Events
ShowThumbnail
|
Generated just after a thumbnail image is displayed in the thumbnail control |
Click
|
Generated when a thumbnail image is clicked |
See Also
Newtone.ImageKit.WPF.Web.Thumbnail


