Click or drag to resize

WebThumbnailViewerThumbCaptionFormat Property

The text to use as the caption for each thumbnail. It is passed to String.Format, and {0} will be replaced by the page number of the thumbnail, and {1} will be replaced by filename.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string ThumbCaptionFormat { get; set; }

Property Value

Type: String
Remarks
Caution note Caution
WebThumbnailViewer control is available with .NET Framework 3.5 and 4.5.2 only.
See Also