Class ImageProcessor
Inheritance
System.Object
ImageProcessor
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ImageProcessing.Processing
Assembly: Simplic.ImageProcessing.dll
Syntax
public class ImageProcessor : IImageProcessing
Methods
| Improve this Doc View SourceChangeImageSequence(Byte[], Int32, Boolean)
changes the position within the multipage tiff
Declaration
public byte[] ChangeImageSequence(byte[] multipageTiff, int imagePage, bool up)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | multipageTiff | original image |
System.Int32 | imagePage | page index to move |
System.Boolean | up | direction |
Returns
Type | Description |
---|---|
System.Byte[] | tiff with changed sequence |
RemoveImage(Byte[], Int32)
Removes the selected page from tiff
Declaration
public byte[] RemoveImage(byte[] multipageTiff, int imagePage)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | multipageTiff | multipage image |
System.Int32 | imagePage | index of the page to remove |
Returns
Type | Description |
---|---|
System.Byte[] | multipage image without the selected page |
RotateImage(Byte[], RotateFlipType, Int32)
Rotates the image
Declaration
public byte[] RotateImage(byte[] multipageTiff, RotateFlipType rotateAngle, int imagePage)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | multipageTiff | Tiff document |
System.Drawing.RotateFlipType | rotateAngle | Angle to rotate |
System.Int32 | imagePage |
Returns
Type | Description |
---|---|
System.Byte[] |