Table of Contents

Property Thumbnails

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Thumbnails

Gets the array of thumbnail images for this document.

public XmpArray? Thumbnails { get; }

Property Value

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".