SignatureSign Method |
Name | Description | |
---|---|---|
![]() | 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.
|