Accusoft.ThumbnailXpress6.Net
Filename Property




Read/write property accessing the file name and path or URL of the thumbnail item.
Syntax
'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;}
public: __property string* get_Filename();
public: __property void set_Filename( 
   string* value
);
public:
property String^ Filename {
   String^ get();
   void set (    String^ value);
}

Property Value

The filename.
Remarks

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

See Also

Reference

ThumbnailItem Class
ThumbnailItem Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback