Dynamsoft Panorama - API Reference
Properties | List of all members
Dynamsoft.Panorama.PanoramaResult Class Reference

Stores stitched images and barcodes. More...

Properties

int barcodeNumber [get]
 The number of the barcode More...
 
BarcodeInfo [] barcodes [get]
 The array of the barcode info More...
 
int imageNumber [get]
 The number of the stitched block-images More...
 
System.Drawing.Bitmap [] bitmaps [get]
 The array of stitched block-images More...
 
PositionInfo [] positionsInfo [get]
 The array of the position info of block-images More...
 
int leftBorder [get]
 The left border of stitched image on canvas More...
 
int rightBorder [get]
 The right border of stitched image on canvas More...
 
int upperBorder [get]
 The upper border of stitched image on canvas More...
 
int lowerBorder [get]
 The lower border of stitched image on canvas More...
 
int stitchedImageNum [get]
 The number of stitched images in a result image More...
 
int indexOfFirstFrameInResultImg [get]
 The index of the firstly stitched image in a result image More...
 
int indexOfLastFrameInResultImg [get]
 The index of the lastly stitched image in a result image More...
 

Detailed Description

Stores stitched images and barcodes.

Property Documentation

◆ barcodeNumber

int Dynamsoft.Panorama.PanoramaResult.barcodeNumber
get

The number of the barcode

◆ barcodes

BarcodeInfo [] Dynamsoft.Panorama.PanoramaResult.barcodes
get

The array of the barcode info

◆ bitmaps

System.Drawing.Bitmap [] Dynamsoft.Panorama.PanoramaResult.bitmaps
get

The array of stitched block-images

◆ imageNumber

int Dynamsoft.Panorama.PanoramaResult.imageNumber
get

The number of the stitched block-images

◆ indexOfFirstFrameInResultImg

int Dynamsoft.Panorama.PanoramaResult.indexOfFirstFrameInResultImg
get

The index of the firstly stitched image in a result image

◆ indexOfLastFrameInResultImg

int Dynamsoft.Panorama.PanoramaResult.indexOfLastFrameInResultImg
get

The index of the lastly stitched image in a result image

◆ leftBorder

int Dynamsoft.Panorama.PanoramaResult.leftBorder
get

The left border of stitched image on canvas

◆ lowerBorder

int Dynamsoft.Panorama.PanoramaResult.lowerBorder
get

The lower border of stitched image on canvas

◆ positionsInfo

PositionInfo [] Dynamsoft.Panorama.PanoramaResult.positionsInfo
get

The array of the position info of block-images

◆ rightBorder

int Dynamsoft.Panorama.PanoramaResult.rightBorder
get

The right border of stitched image on canvas

◆ stitchedImageNum

int Dynamsoft.Panorama.PanoramaResult.stitchedImageNum
get

The number of stitched images in a result image

◆ upperBorder

int Dynamsoft.Panorama.PanoramaResult.upperBorder
get

The upper border of stitched image on canvas