Click or drag to resize

Document(Byte) Constructor

Constructor. This contructor is useful for ICustomDocumentSource implementers.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public Document(
	byte[] documentBytes
)

Parameters

documentBytes  Byte
The document's file bytes.
See Also