z

Class AppBuilderExtensions

Extension helpers that wire the Pixelnetica Document Scanning SDK into a MAUI application builder.

Namespace: ImageSdkWrapper.Maui Assembly: ImageSdkWrapper.MAUI

Inheritance: object

public static class AppBuilderExtensions

Method

UsePixelnetica(MauiAppBuilder, string)

Configures the supplied Microsoft.Maui.Hosting.MauiAppBuilder to initialise the Pixelnetica SDK and register platform handlers.

public static MauiAppBuilder UsePixelnetica(this MauiAppBuilder builder, string key = "")

Parameters

  • builder (MauiAppBuilder): MAUI application builder to augment.
  • key (string): license key if not from Android_License.key/iOS_License.key file or empty.

Returns

  • MauiAppBuilder: The same builder instance for chaining.
Top