public class SignaturePanel extends SidePanelFactory
SidePanel
that will display a list of Digital Signatures in the PDF.
Double clicking on a blank signature will select a SignatureProvider
and
then call SignatureProvider.showSignDialog()
.
Double clicking on a previously signed signature will select a SignatureProvider
and
then call SignatureProvider.showVerifyDialog()
.
VerifyAll.Hide | true or false , to show or hide the "Verify All" button. The default is true |
---|---|
HideUntilKnown | When a linearized PDF is being loaded, the API cannot know for sure whether signatures exist in the PDF until the load is complete. By default the SignaturePanel will be shown in a "loading" state until the load is complete, and then closed if no signature exists, but setting this value to not-null will hide the panel until the load is complete, and if a signature is found will add the panel at that point. |
This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.
Constructor and Description |
---|
SignaturePanel()
Create a new SignaturePanel
|
Modifier and Type | Method and Description |
---|---|
SidePanel |
createSidePanel()
Create and return a new
SidePanel . |
boolean |
isSidePanelRequired(PDF pdf)
Determines whether this side panel is required for this PDF.
|
toString
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, initialize, isEnabledByDefault, setFeatureName, teardown
public boolean isSidePanelRequired(PDF pdf)
SidePanelFactory
isSidePanelRequired
in class SidePanelFactory
public SidePanel createSidePanel()
SidePanelFactory
SidePanel
.createSidePanel
in class SidePanelFactory
Copyright © 2001-2017 Big Faceless Organization