Accusoft.ThumbnailXpress6.Net
Descriptor Property




Read/write property accessing the descriptor text of the thumbnail item.
Syntax
'Declaration
 
Public Property Descriptor As String
'Usage
 
Dim instance As ThumbnailItem
Dim value As String
 
instance.Descriptor = value
 
value = instance.Descriptor
public string Descriptor {get; set;}
public: __property string* get_Descriptor();
public: __property void set_Descriptor( 
   string* value
);
public:
property String^ Descriptor {
   String^ get();
   void set (    String^ value);
}

Property Value

The descriptor.
Remarks
Items of type ThumbnailType.Cad will automatically have the descriptor text set to the CAD layout name when the thumbnail image is generated if no descriptor text was specified by the user.
See Also

Reference

ThumbnailItem Class
ThumbnailItem Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback