PSPDFSignaturePropBuild
Objective-C
@interface PSPDFSignaturePropBuild : NSObject
Swift
class PDFSignaturePropBuild : NSObject
Represents entries in the signature properties. Signatures can have properties that describe how and when they were built.
-
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
PSPDF_EMPTY_INIT_UNAVAILABLE
-
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
PSPDF_EMPTY_INIT_UNAVAILABLE
-
(Optional; PDF 1.5) A build data dictionary (Table 2.2) for the signature handler that was used to create the parent signature. This entry is optional but highly recommended for all signatures.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) PSPDFSignaturePropBuildEntry *filter;
Swift
@NSCopying var filter: PSPDFSignaturePropBuildEntry? { get }
-
(Optional; PDF 1.5) A build data dictionary (Table 2.2) for the PubSec software module that was used to create the parent signature.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) PSPDFSignaturePropBuildEntry *pubSec;
Swift
@NSCopying var pubSec: PSPDFSignaturePropBuildEntry? { get }
-
(Optional; PDF 1.5) A build data dictionary (Table 2.2) for the PDF/ SigQ Conformance Checker that was used to create the parent signature.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) PSPDFSignaturePropBuildEntry *app;
Swift
@NSCopying var app: PSPDFSignaturePropBuildEntry? { get }
-
(Optional; PDF 1.7) A build data dictionary (Table 2.2) for the PDF/ SigQ Specification and Conformance Checker that was used to create the parent signature. This entry is present only if the document conforms to the version of the PDF/SigQ specification indicated by the upper 16 bits of the R entry in this dictionary.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) PSPDFSignaturePropBuildEntry *sigQ;
Swift
@NSCopying var sigQ: PSPDFSignaturePropBuildEntry? { get }