Table of Contents

Class GenericDocumentExtensions

Namespace
ScanbotSDK.MAUI.DocumentFormats.Barcode
Assembly
ScanbotSDK.Shared.dll
public static class GenericDocumentExtensions
Inheritance
GenericDocumentExtensions
Inherited Members

Methods

Wrap<T>(GenericDocument)

Converts the given generic document to a strongly typed wrapper.

public static T? Wrap<T>(this GenericDocument document) where T : GenericDocumentWrapper

Parameters

document GenericDocument

Returns

T

Type Parameters

T