IImageCaptureResult interface
Stores the whole amount of captured images. Supports export to PDF format.
public interface IImageCaptureResult
Properties
Name | Type | Description |
---|---|---|
Pages | IPageImageCaptureResult[], read-only | Capture result in the internal format. |
Methods
Name | Description |
---|---|
ExportPdfAsync | Saves PDF file containing captured result. |
3/2/2022 12:59:15 PM