XmpBasicSchema.Thumbnails Property

Gets the array of thumbnail images for this document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpArray Thumbnails { get; }
VB
Public ReadOnly Property Thumbnails As XmpArray
	Get

Property Value

Type: XmpArray
The array of thumbnail images for this document.

Remarks

The value of this property should be null or an XmpArray of Alternative type containing values of XmpStructure type.

Each value in the array describes a thumbnail image for this document. The structure might contain properties with following names: "height", "width", "format" and "image".

See Also