XmpThumbnail.Add

Adds a thumbnail image for a file.

public void Add(int width, int height, string format, Byte[] image)
Sub Add(width As Integer, height As Integer, format As String, image As Byte())

Parameters

width
Int32

Width in pixels.

height
Int32

Height in pixels.

format
String

The image encoding.

image
Byte[]

The thumbnail image (pixel data only).

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

XmpThumbnail
ceTe.DynamicPDF.Xmp

In this topic