ImageComposerAddImage Method (Stream, Int32, Int32, Int32)
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
Adds an image to the composition.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void AddImage( Stream stream, int positionX = 0, int positionY = 0, int rotationAngle = 0 )
Parameters
- stream
- Type: System.IOStream
Stream that contains an image file. - positionX (Optional)
- Type: SystemInt32
Horizontal (left) position for fixed positioning mode (see CompositionMode). Default is 0. - positionY (Optional)
- Type: SystemInt32
Vertical (top) position for fixed positioning mode (see CompositionMode). Default is 0. - rotationAngle (Optional)
- Type: SystemInt32
Rotation angle in degrees. Default is 0.
See Also