Java org.apache.pdfbox.pdmodel.interactive.digitalsignature SignatureOptions fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.interactive.digitalsignature SignatureOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.interactive.digitalsignature SignatureOptions.

The text is from its open source code.

Constructor

SignatureOptions()
Creates the default signature options.

Method

COSDocumentgetVisualSignature()
Get the visual signature.
voidsetPage(int pageNo)
Set the 0-based page number.
voidsetPreferredSignatureSize(int size)
Set the preferred size of the signature.
voidsetVisualSignature(File file)
Reads the visual signature from the given file.
voidsetVisualSignature(InputStream is)
Reads the visual signature from the given input stream.
voidsetVisualSignature(PDVisibleSigProperties visSignatureProperties)
Reads the visual signature from the given visual signature properties