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