Gets or sets the thumbnail image to be used for this page by a
viewer application instead of auto-generated image of the contents
of this page in miniature form.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfImage Thumbnail { get; set; }
VB
Public Property Thumbnail As PdfImage
Get
Set
Property Value
Type:
PdfImageThe thumbnail image to be used for this page by a
viewer application.
See Also