'Declaration Public Sub CreateThumbnail( _
ByVal widthThumbnail width.As System.Int32, _
ByVal heightThumbnail height.As System.Int32, _
ByVal renderingSettingsRendering settings.As Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings, _
ByVal compressionCompression type of the image resource.As Vintasoft.Imaging.Pdf.PdfCompression, _
ByVal compressionSettingsCompression settings of the thumbnail resource.As Vintasoft.Imaging.Pdf.PdfCompressionSettings _
)
public void CreateThumbnail(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings renderingSettings,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings compressionSettings
)
public: void CreateThumbnail(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings* renderingSettings,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings* compressionSettings
)
public:
void CreateThumbnail(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ renderingSettings,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings^ compressionSettings
)
Parameters
- width
- Thumbnail width.
- height
- Thumbnail height.
- renderingSettings
- Rendering settings.
- compression
- Compression type of the image resource.
- compressionSettings
- Compression settings of the thumbnail resource.