Class GenericDocumentExtensions
- Namespace
 - ScanbotSDK.MAUI.DocumentFormats.Check
 
- 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
documentGenericDocument
Returns
- T
 
Type Parameters
T