83 IAsyncOperation<Boolean>^ VerifyAsync(
Pause^ pause);
106 IAsyncOperation<Boolean>^ SignAsync(StorageFile^ saveFile,
Pause^ pause);
127 Boolean Verify(
Pause^ pause);
151 Boolean Sign(Stream^ savefileStream,
Pause^ pause);
209 Boolean ResetAppearanceStream();
221 int32 GetPageIndex();
234 String^ GetPreferredFilter();
249 String^ GetPreferredSubFilter();
264 void SetPreferredFilter(String^ filter);
278 void SetPreferredSubFilter(String^ subfilter);
292 uint32 GetAnnotFlags();
308 void SetAnnotFlags(uint32 flags);
322 uint32 GetAppearanceFlags();
338 void SetAppearanceFlags(uint32 apFlags);
365 void SetSigner(String^ signer);
393 String^ GetLocation();
409 void SetLocation(String^ location);
434 void SetReason(String^ reason);
449 String^ GetContactInfo();
465 void SetContactInfo(String^ contactInfo);
478 String^ GetDistinguishedName();
490 void SetDistinguishedName(String^ dn);
515 void SetText(String^ text);
568 String^ GetCert(int32 index);
587 void SetCertChain(
const Array<String^>^ certChain);
593 property int64 pointer;
596 Boolean VerifyImp(
Pause^ pause);
598 FS_RESULT SignImp(StorageFile^ inFile,
Pause^ pause);
600 FS_RESULT SignImp(Stream^ inFile,
Pause^ pause);
If set, show signer on description.
SigState
Enumeration for signature states.
Definition: FPDFSignature.h:15
Class to represent date and time.
Definition: FSBase.h:292
If set, show bitmap on description.
If set, show location on description.
Class to represent DIB (Device Independent Bitmap) data created from Foxit PDF SDK.
Definition: FSBase.h:258
If set, show reason on description.
Signature state: unsigned.
Signature state: unknown.
Signature state: invalid.
(Reserved, not used currently)Class to represent pause control in progressive process.
Definition: FSBase.h:337
Class to represent PDF signature.
Definition: FPDFSignature.h:60
If set, show creation time on description.
If set, show DN on description.
If set, show text on description.
SigAppearanceFlags
Enumeration for signature appearance flags.
Definition: FPDFSignature.h:33
Foxit namespace.
Definition: FPDFAnnot.h:3
If set, show lable on description.
If set, show Foxit flag on signature appearance.