The Thumbnail Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the resulting thumbnail.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Thumbnail As WorkflowImage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CreateThumbnailActivity Dim value As WorkflowImage value = instance.Thumbnail | |
| C# | |
|---|---|
public WorkflowImage Thumbnail {get;} | |
| C++/CLI | |
|---|---|
public: property WorkflowImage^ Thumbnail { WorkflowImage^ get(); } | |
Property Value
The resulting thumbnail.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code