z

API Reference Pixelnetica™ Document Scanner SDK for .NET MAUI

ImageSdkWrapper

Classes

  • AutoShotDetector - Wraps the native auto-shot detector which monitors document corner stability to trigger automatic capture.
  • ClassNotСreatedException - Indicates that a required native helper class could not be created.
  • Corners - Represents the four document corners detected or set by consumers, preserving the SDK-specific ordering.
  • CutoutAverage - Maintains a rolling average of detected cutout points to smooth document boundaries between frames.
  • ImageProcessing - Provides managed wrappers around the native image processing pipeline, exposing document correction and binarization helpers.
  • ImageSdkLibrary - Legacy facade maintaining backwards compatibility with the original SDK API surface.
  • ImageWriter - Wraps native image writer handles and optional platform-specific writers, providing a unified API for exporting images to files. Call Open(string) before writing, configure optional settings via Configure(EConfigParam, object), and dispose when finished.
  • ImageWriterException - Wraps native image writer errors encountered while exporting files.
  • LicenseInfo - Holds license metadata obtained from the native SDK, including validity timestamps and optional feature flags.
  • Main - Provides access to native SDK initialisation and logging helpers.
  • MetaImage - Managed facade over SDK meta images that own a native handle and expose EXIF, bitmap, and rendering metadata. Use the provided factory helpers to create instances and always dispose when you finish with the native buffer.
  • NullPointerException - Mirrors the Java-style null pointer exception used across the SDK wrappers.
  • PxlPoint - Represents an integer coordinate within the SDK coordinate space.
  • PxlPointF - Represents a floating-point coordinate within the SDK coordinate space.
  • PxlRectF - Represents a floating-point rectangle.

Enums

Delegates

ImageSdkWrapper.Maui

Classes

  • AppBuilderExtensions - Extension helpers that wire the Pixelnetica Document Scanning SDK into a MAUI application builder.
  • PxlCropImageView - Interactive crop editor composed of an image layer, adjustable cutout overlay, and optional toolbar buttons.
  • PxlScannerView - Composite MAUI control that hosts live camera preview, guidance overlays, and capture controls for document scanning scenarios.
  • PxlScannerView.Msg - Localised text resources describing current capture state.

Enums

Delegates

ImageSdkWrapper.Maui.Camera

Classes

  • Settings - Persists scanner-related feature toggles across application sessions.
Top