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 SourceDocument_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 SourceDocData
Zugriff auf die Binärdaten
Declaration
public byte[] DocData { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
FileExtension
Zugriff auf die Dateierweiterung
Declaration
public string FileExtension { get; }
Property Value
Type | Description |
---|---|
System.String |