Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPage.ThumbnailImage Property

Provides access to a stream object that defines the page’s thumbnail image.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfImage ThumbnailImage { get; }

Property Value

Type Description
PdfImage

A DevExpress.Pdf.PdfImage object.

See Also