Table of Contents

Class PdfGeneratorInput

Namespace
IO.Scanbot.Sdk.Docprocessing.Compose
Assembly
DocumentSDK.NET.Droid.dll
public abstract class PdfGeneratorInput : Object
Inheritance
PdfGeneratorInput
Derived

Constructors

PdfGeneratorInput()

public PdfGeneratorInput()

PdfGeneratorInput(DefaultConstructorMarker)

public PdfGeneratorInput(DefaultConstructorMarker _constructor_marker)

Parameters

_constructor_marker DefaultConstructorMarker

PdfGeneratorInput(nint, JniHandleOwnership)

protected PdfGeneratorInput(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Properties

OutputFile

public abstract File OutputFile { get; }

Property Value

File

PdfConfig

public abstract PdfConfiguration PdfConfig { get; }

Property Value

PdfConfiguration

Size

public abstract int Size { get; }

Property Value

int