VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / CreateThumbnail(Int32,Int32,PdfRenderingSettings,PdfCompression,PdfCompressionSettings) Method
Syntax Remarks Requirements SeeAlso
In This Topic
CreateThumbnail(Int32,Int32,PdfRenderingSettings,PdfCompression,PdfCompressionSettings) Method (PdfPage)
In This Topic
Creates the thumbnail for this page.
Syntax

Parameters

width
Thumbnail width.
height
Thumbnail height.
renderingSettings
Rendering settings.
compression
Compression type of the image resource.
compressionSettings
Compression settings of the thumbnail resource.
Remarks

This method creates the thumbnail of specified size and saves the thumbnail in PDF document as a resource.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also