Provides access to members that control a raster thumbnail builder.
Members
Name | Description | |
---|---|---|
BuildThumbnail | Renders and returns a thumbnail (as an of bytes in the requested format) associated with the specified item URI and the corresponding raster. | |
ThumbnailFormat | The format string defining the layout of the byte array used for encoding the thumbnail pixels. |
IRasterThumbnailBuilder.BuildThumbnail Method
Renders and returns a thumbnail (as an of bytes in the requested format) associated with the specified item URI and the corresponding raster.
Public Function BuildThumbnail ( _
ByVal pItemURI As IItemURI, _
ByVal pRaster As IRaster _
) As Byte[]
public Byte[] BuildThumbnail (
IItemURI pItemURI,
IRaster pRaster
);
IRasterThumbnailBuilder.ThumbnailFormat Property
The format string defining the layout of the byte array used for encoding the thumbnail pixels.
Public Property ThumbnailFormat As String
public string ThumbnailFormat {get; set;}
Classes that implement IRasterThumbnailBuilder
Classes | Description |
---|