Search Results for

    Show / Hide Table of Contents

    Class ImageSplitResult

    Pdf split result

    Inheritance
    System.Object
    ImageSplitResult
    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.DocumentProcessing
    Assembly: Simplic.DocumentProcessing.dll
    Syntax
    public class ImageSplitResult

    Properties

    | Improve this Doc View Source

    Barcode

    Gets or sets the optional barcode

    Declaration
    public string Barcode { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    BarcodeType

    Gets or sets the optional barcode type

    Declaration
    public string BarcodeType { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Image

    Gets or sets the new image as byte array

    Declaration
    public byte[] Image { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    PageCount

    Gets or sets the page count of the new pdf

    Declaration
    public int PageCount { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx