THotPDF.SignPDFWithSystemCertificate Method

สรุปเมธอด: THotPDF.SignPDFWithSystemCertificate Method

การประกาศ

class function SignPDFWithSystemCertificate(const InputPDFPath, OutputPDFPath: string; const Selector: THPDFCertificateStoreSelector; const Options: THPDFCMSSignOptions): boolean; overload; static;
class function SignPDFWithSystemCertificate(InputStream, OutputStream: TStream; const Selector: THPDFCertificateStoreSelector; const Options: THPDFCMSSignOptions): boolean; overload; static;

ยูนิต

HPDFDoc

พารามิเตอร์

ชื่อวัตถุประสงค์
InputPDFPathSource PDF file path
OutputPDFPathDestination path for the signed PDF
SelectorCertificate-store selector used to choose the signing certificate
OptionsCMS signing options controlling the digest, signature metadata, timestamp, and related policy
InputStreamSource stream positioned at the beginning of the PDF
OutputStreamDestination stream that receives the signed PDF

ค่าที่ส่งกลับ

Returns True when the certificate is found and the signed PDF is written successfully

หมายเหตุการใช้งาน

API ที่เกี่ยวข้อง