IRasterThumbnailBuilder Interface

Provides access to members that control a raster thumbnail builder.

Members

Name Description
Method BuildThumbnail Renders and returns a thumbnail (as an of bytes in the requested format) associated with the specified item URI and the corresponding raster.
Read/write property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.