Search Results for

    Show / Hide Table of Contents

    Class Document_Info

    Klasse die beim Aufruf von diversen Dokumentverarbeitungsmethoden verwendet werden kann

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

    Constructors

    | Improve this Doc View Source

    Document_Info(Byte[], String)

    Erstellt eine neue Instanz von Document_Info

    Declaration
    public Document_Info(byte[] docData, string fileExtension)
    Parameters
    Type Name Description
    System.Byte[] docData

    Binärdaten

    System.String fileExtension

    Dateierweiterung

    Properties

    | Improve this Doc View Source

    DocData

    Zugriff auf die Binärdaten

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

    FileExtension

    Zugriff auf die Dateierweiterung

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