Table of Contents

Class PDFConfiguration

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.dll
public class PDFConfiguration
Inheritance
PDFConfiguration
Inherited Members

Properties

Dpi

Defaults to 72.

  • Warning: Has no effect, if the ocrConfiguration is set to use the legacy OCR engine.
public int Dpi { get; set; }

Property Value

int

JpegQuality

Defaults to 80.

  • Warning: Has no effect, if the ocrConfiguration is set to use the legacy OCR engine.
public int JpegQuality { get; set; }

Property Value

int

PageFitMode

Defaults to [SBSDKPDFRendererPageFitMode.FitIn]

  • Warning: Has no effect, if the ocrConfiguration is set to use the legacy OCR engine.
public PDFPageFitMode PageFitMode { get; set; }

Property Value

PDFPageFitMode

PageOrientation

Defaults to [SBSDKPDFRendererPageOrientation.Auto]

  • Note: Has no effect, if pageSize is set to [SBSDKPDFRendererPageSize.Custom]
  • Warning: Has no effect, if the ocrConfiguration is set to use the legacy OCR engine.
public PDFPageOrientation PageOrientation { get; set; }

Property Value

PDFPageOrientation

PageSize

Defaults to [SBSDKPDFRendererPageSize/custom]

  • Warning: Has no effect, if the ocrConfiguration is set to use the legacy OCR engine.
public PDFPageSize PageSize { get; set; }

Property Value

PDFPageSize

PdfAttributes

Sets the Metadata attributes to the newly created PDF file.

public PDFAttributes PdfAttributes { get; set; }

Property Value

PDFAttributes

Resample

Defaults to False.

  • Warning: Has no effect, if the ocrConfiguration is set to use the legacy OCR engine.
public bool Resample { get; set; }

Property Value

bool