Accusoft.ThumbnailXpressSdk Namespace > ThumbnailItem Class : Filename Property |
'Declaration Public Property Filename As String
'Usage Dim instance As ThumbnailItem Dim value As String instance.Filename = value value = instance.Filename
public string Filename {get; set;}
Changing the file name for an item that is resident in the ThumbnailItemCollection will cause a new image to be generated for the item and the display to be updated if appropriate.
Attempting to change the filename for an item that is currently being generated, that is having a Status of ThumbnailStatus.BeingGenerated will invoke an System.InvalidOperationException