Table of Contents

Property OutputData

Namespace
LMKit.Document.Search
Assembly
LM-Kit.NET.dll

OutputData

Gets the highlighted document as a byte array. For PDF input, this is a PDF with highlight annotations. For image input, this is a PNG with highlight overlays.

public byte[] OutputData { get; }

Property Value

byte[]
Share