Signature Methods |
The Signature type exposes the following members.
Name | Description | |
---|---|---|
![]() | Delete(BaseSignature) |
Deletes passed signature BaseSignature from the document.
|
![]() | Delete(ListBaseSignature) |
Deletes passed list of signatures BaseSignature from the document.
|
![]() | Dispose |
Implement IDisposable interface to clean up internal resources
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GeneratePreview |
Generates document pages preview.
|
![]() | GetDocumentInfo |
Gets information about document pages: their sizes,
maximum page height, the width of a page with the maximum height.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Search(ListSearchOptions) |
Searches for signatures in a document by SearchOptions list.
|
![]() | Search(SignatureType) |
Searches for specified signature types in the document by SignatureType value.
|
![]() | SearchT(SearchOptions) |
Searches for signatures in a document by SearchOptions options.
|
![]() | SearchT(SignatureType) |
Searches for exact type of signatures in the document by SignatureType value.
|
![]() | Sign(Stream, SignOptions) |
Signs document with SignOptions and saves result to a stream.
|
![]() | Sign(Stream, ListSignOptions) |
Signs document with collection of SignOptions and saves result to a stream.
|
![]() | Sign(String, SignOptions) |
Signs document with SignOptions and saves result to specified file path.
|
![]() | Sign(String, ListSignOptions) |
Signs document with collection of SignOptions and saves result to specified file path.
|
![]() | Sign(Stream, SignOptions, SaveOptions) |
Signs document with SignOptions and saves result to a stream with predefined SaveOptions.
|
![]() | Sign(Stream, ListSignOptions, SaveOptions) |
Signs document with collection of SignOptions and saves result to a stream with predefined SaveOptions.
|
![]() | Sign(String, SignOptions, SaveOptions) |
Signs document with SignOptions and saves result to specified file path with predefined SaveOptions.
|
![]() | Sign(String, ListSignOptions, SaveOptions) |
Signs document with collection of SignOptions and saves result to specified file path with predefined SaveOptions.
|
![]() | ToString | (Inherited from Object.) |
![]() | Update(BaseSignature) |
Updates passed signature BaseSignature in the document.
|
![]() | Update(ListBaseSignature) |
Updates passed signatures BaseSignature in the document.
|
![]() | Verify(VerifyOptions) |
Verifies the document signatures with given VerifyOptions data.
|
![]() | Verify(ListVerifyOptions) |
Verifies the document signatures with list of VerifyOptions data.
|