ImageComposer ClassByteScout Barcode SDK
Represents class that creates a single composite image from several images by placing them in a fixed position or arranging automatically.
Inheritance Hierarchy

SystemObject
  Bytescout.BarCodeImageComposer

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

public class ImageComposer : IDisposable

The ImageComposer type exposes the following members.

Constructors

  NameDescription
Public methodImageComposer
Constructs ImageComposer object.
Top
Properties

  NameDescription
Public propertyBackgroundColor
Gets or sets the background color of composite image.
Public propertyCompositionMode
Public propertyInnerGap
Gets or sets the gap between images for automatic composition mode.
Public propertyMargins
Gets or sets margins for the composite image.
Top
Methods

  NameDescription
Public methodAddImage(Image, Int32, Int32, Int32)
Adds an image to the composition.
Public methodAddImage(Stream, Int32, Int32, Int32)
Adds an image to the composition.
Public methodAddImage(String, Int32, Int32, Int32)
Adds an image to the composition.
Public methodDispose
Releases all resources used by the ImageComposer
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComposedImage
Returns composed image.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSaveComposedImage(Stream)
Saves composed image to a file.
Public methodSaveComposedImage(String)
Saves composed image to a file.
Public methodSaveComposedImage(Stream, ImageFormat)
Saves composed image to a file.
Public methodSaveComposedImage(String, ImageFormat)
Saves composed image to a file.
Public methodSetBackgroundColor
Sets the background color of composite image.
Public methodToString (Inherited from Object.)
Top
See Also

Reference