Class PdfConfiguration
- Namespace
- ScanbotSDK.MAUI.Core.PdfGeneration
- Assembly
- DocumentSDK.MAUI.dll
public class PdfConfiguration
- Inheritance
-
PdfConfiguration
- Inherited Members
-
Constructors
PdfConfiguration()
public PdfConfiguration()
Properties
Attributes
public PdfAttributes Attributes { get; set; }
Property Value
- PdfAttributes
BinarizationFilter
public ParametricFilter BinarizationFilter { get; set; }
Property Value
- ParametricFilter
Dpi
public int Dpi { get; set; }
Property Value
- int
JpegQuality
public int JpegQuality { get; set; }
Property Value
- int
PageDirection
public PageDirection PageDirection { get; set; }
Property Value
- PageDirection
PageFit
public PageFit PageFit { get; set; }
Property Value
- PageFit
PageSize
public PageSize PageSize { get; set; }
Property Value
- PageSize
ResamplingMethod
public ResamplingMethod ResamplingMethod { get; set; }
Property Value
- ResamplingMethod
Methods
FromJson(string)
public static PdfConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- PdfConfiguration