ImageComposer Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents class that creates a single composite image from several images by placing them in a fixed position or arranging automatically.
Inheritance Hierarchy
Bytescout.BarCodeImageComposer
Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
The ImageComposer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImageComposer | Constructs ImageComposer object. |
Properties
Name | Description | |
---|---|---|
BackgroundColor | Gets or sets the background color of composite image. | |
CompositionMode | ||
InnerGap | Gets or sets the gap between images for automatic composition mode. | |
Margins | Gets or sets margins for the composite image. |
Methods
Name | Description | |
---|---|---|
AddImage(Image, Int32, Int32, Int32) | Adds an image to the composition. | |
AddImage(Stream, Int32, Int32, Int32) | Adds an image to the composition. | |
AddImage(String, Int32, Int32, Int32) | Adds an image to the composition. | |
Dispose | Releases all resources used by the ImageComposer | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetComposedImage | Returns composed image. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SaveComposedImage(Stream) | Saves composed image to a file. | |
SaveComposedImage(String) | Saves composed image to a file. | |
SaveComposedImage(Stream, ImageFormat) | Saves composed image to a file. | |
SaveComposedImage(String, ImageFormat) | Saves composed image to a file. | |
SetBackgroundColor | Sets the background color of composite image. | |
ToString | (Inherited from Object.) |
See Also