Namespace: Contracts.DocManagement
Assembly: Contracts (in Contracts.dll)

Public Shared Function GetThumbnail( _ 
ByVal fileName As String, _ 
ByVal width As Integer, _ 
ByVal height As Integer, _ 
ByVal options As ThumbnailOptions
) As Bitmap
This language is not supported or no code example is available.
public static Bitmap GetThumbnail( 
string fileName
int width
int height
ThumbnailOptions options 
)
This language is not supported or no code example is available.
public:  
static Bitmap^ GetThumbnail( 
String^ fileName
int width
int height
ThumbnailOptions options 
)
This language is not supported or no code example is available.
public static function GetThumbnail( 
fileName : String
width : int
height : int
options : ThumbnailOptions 
) : Bitmap;
This language is not supported or no code example is available.

Parameters

fileName
Type: string

width
Type: int

height
Type: int

options
Type: ThumbnailOptions

Return Value

Type: Bitmap

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1