DocumentInfoRequestedEventArgsThumbCaptionFormat Property |
Gets or sets the thumbnail captions format.
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; }
Public Property ThumbCaptionFormat As String
Get
Set
Property Value
Type:
StringRemarks
This value is a format string that will be used to generate thumbnail captions.
Value could be a format string expecting first argument to be the page index and second is the file name.
See Also