Search Results for

    Show / Hide Table of Contents

    Class ImageProcessor

    Inheritance
    System.Object
    ImageProcessor
    Implements
    IImageProcessing
    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 Source

    ChangeImageSequence(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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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[]

    Implements

    IImageProcessing
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx