'Declaration Public Function GetCachedThumbnailImage( _
ByVal widthWidth of a thumbnail image.As Integer, _
ByVal heightHeight of a thumbnail image.As Integer _
) As VintasoftImage
public VintasoftImage GetCachedThumbnailImage(
int width,
int height
)
public: VintasoftImage* GetCachedThumbnailImage(
int width,
int height
)
public:
VintasoftImage^ GetCachedThumbnailImage(
int width,
int height
)
Parameters
- width
- Width of a thumbnail image.
- height
- Height of a thumbnail image.
Return Value
Copy of cached thumbnail image.