@Deprecated public final class PdfInspectionResult extends Object implements IInspectorResult
Contains hidden data found in a PDF document.
Constructor and Description |
---|
PdfInspectionResult()
Deprecated.
Initializes a new instance of the
PdfInspectionResult class. |
Modifier and Type | Method and Description |
---|---|
PdfAnnotation[] |
getAnnotations()
Deprecated.
Gets array of annotations.
|
PdfAttachment[] |
getAttachments()
Deprecated.
Gets array of attachments.
|
PdfBookmark[] |
getBookmarks()
Deprecated.
Gets array of bookmarks.
|
DigitalSignature[] |
getDigitalSignatures()
Deprecated.
Gets array of digital signatures.
|
PdfFormField[] |
getFields()
Deprecated.
Gets array of form fields.
|
String[] |
getUnusedFonts()
Deprecated.
Gets the unused fonts.
|
public PdfInspectionResult()
Initializes a new instance of the PdfInspectionResult
class.
public final PdfAnnotation[] getAnnotations()
Gets array of annotations.
public final PdfAttachment[] getAttachments()
Gets array of attachments.
public final PdfBookmark[] getBookmarks()
Gets array of bookmarks.
public final PdfFormField[] getFields()
Gets array of form fields.
public final String[] getUnusedFonts()
Gets the unused fonts.
public final DigitalSignature[] getDigitalSignatures()
Gets array of digital signatures.
Copyright © 2020. All rights reserved.