Sets a thumbnail size.
Namespace: PerpetuumSoft.Reporting.WebViewer.ClientAssembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void SetThumbnailSize(
int width,
int height
) |
| Visual Basic |
|---|
Public Sub SetThumbnailSize ( _
width As Integer, _
height As Integer _
) |
| Visual C++ |
|---|
public:
void SetThumbnailSize(
int width,
int height
) |
Parameters
- width
- Type: System..::..Int32
The horizontal component of this PerpetuumSoft.Reporting.WebViewer.Model.ThumbnailSizeModel class.
- height
- Type: System..::..Int32
the vertical component of this PerpetuumSoft.Reporting.WebViewer.Model.ThumbnailSizeModel class.
See Also