Table of Contents

Class Overlay

Namespace
Org.Apache.Pdfbox.Multipdf
Assembly
MASES.NetPDF.dll
public class Overlay : Closeable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloseable, IAutoCloseable
Inheritance
Overlay
Implements
Inherited Members

Constructors

Overlay()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Overlay()

Overlay(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Overlay(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DefaultOverlayFile

public String DefaultOverlayFile { get; set; }

Property Value

String

InputFile

public String InputFile { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Close()

public void Close()

Exceptions

IOException

OverlayDocuments(Map<Integer, PDDocument>)

public PDDocument OverlayDocuments(Map<Integer, PDDocument> arg0)

Parameters

arg0 Map<Integer, PDDocument>

Map

Returns

PDDocument

PDDocument

Exceptions

IOException

OverlayMethod(Map<Integer, String>)

public PDDocument OverlayMethod(Map<Integer, String> arg0)

Parameters

arg0 Map<Integer, String>

Map

Returns

PDDocument

PDDocument

Exceptions

IOException

SetAllPagesOverlayFile(String)

public void SetAllPagesOverlayFile(String arg0)

Parameters

arg0 String

String

SetAllPagesOverlayPDF(PDDocument)

public void SetAllPagesOverlayPDF(PDDocument arg0)

Parameters

arg0 PDDocument

PDDocument

SetDefaultOverlayPDF(PDDocument)

public void SetDefaultOverlayPDF(PDDocument arg0)

Parameters

arg0 PDDocument

PDDocument

SetEvenPageOverlayFile(String)

public void SetEvenPageOverlayFile(String arg0)

Parameters

arg0 String

String

SetEvenPageOverlayPDF(PDDocument)

public void SetEvenPageOverlayPDF(PDDocument arg0)

Parameters

arg0 PDDocument

PDDocument

SetFirstPageOverlayFile(String)

public void SetFirstPageOverlayFile(String arg0)

Parameters

arg0 String

String

SetFirstPageOverlayPDF(PDDocument)

public void SetFirstPageOverlayPDF(PDDocument arg0)

Parameters

arg0 PDDocument

PDDocument

SetInputPDF(PDDocument)

public void SetInputPDF(PDDocument arg0)

Parameters

arg0 PDDocument

PDDocument

SetLastPageOverlayFile(String)

public void SetLastPageOverlayFile(String arg0)

Parameters

arg0 String

String

SetLastPageOverlayPDF(PDDocument)

public void SetLastPageOverlayPDF(PDDocument arg0)

Parameters

arg0 PDDocument

PDDocument

SetOddPageOverlayFile(String)

public void SetOddPageOverlayFile(String arg0)

Parameters

arg0 String

String

SetOddPageOverlayPDF(PDDocument)

public void SetOddPageOverlayPDF(PDDocument arg0)

Parameters

arg0 PDDocument

PDDocument

SetOverlayPosition(Position)

public void SetOverlayPosition(Overlay.Position arg0)

Parameters

arg0 Overlay.Position

Overlay.Position