Class ImportParams
- Namespace
- NAPS2.ImportExport
- Assembly
- NAPS2.Sdk.dll
Additional parameters for importing files (e.g. PDF password, barcode detection, thumbnail rendering).
public class ImportParams
- Inheritance
-
ImportParams
- Inherited Members
Constructors
ImportParams()
public ImportParams()
Properties
BarcodeDetectionOptions
public BarcodeDetectionOptions BarcodeDetectionOptions { get; set; }
Property Value
Password
public string? Password { get; set; }
Property Value
Slice
public Slice Slice { get; set; }
Property Value
ThumbnailSize
public int? ThumbnailSize { get; set; }
Property Value
- int?