Search Results for

    Show / Hide Table of Contents

    Class PdfContentExtractionOption

    Inheritance
    System.Object
    PdfContentExtractionOption
    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 PdfContentExtractionOption

    Properties

    | Improve this Doc View Source

    Height

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Left

    Declaration
    public float Left { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Pages

    Gets or sets a list of pages to analyze. If no pages are inserted, all will be analyzed

    Declaration
    public IList<int> Pages { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Int32>
    | Improve this Doc View Source

    Top

    Declaration
    public float Top { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Width

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