ThumbnailGeneratingOptions Properties

The ThumbnailGeneratingOptions type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleGenerateFromFirstPage
Specifies whether to generate thumbnail from first page of the document or first image.
Remarks
Default is true, which means thumbnail will be generated from first page of the document. If value is false and there is no image in the document, thumbnail will be generated from first page of the document.
Public propertyCode exampleThumbnailSize
Size of generated thumbnail in pixels. Default is 600x900.
See Also