Class SignOptions
SignOptions class
Represents Sign Options for Signature plugin.
public sealed class SignOptions : OrganizerBaseOptions
Constructors
| Name | Description |
|---|
| SignOptions(Stream, string) | Initializes new instance of the SignOptions object with default options. |
| SignOptions(string, string) | Initializes new instance of the SignOptions object with default options. |
Properties
| Name | Description |
|---|
| CloseInputStreams { get; set; } | Close input streams after operation completed. |
| CloseOutputStreams { get; set; } | Close output streams after operation completed. |
| Contact { get; set; } | The contact of signature. |
| Inputs { get; } | Returns OrganizerOptions plugin data collection. |
| Location { get; set; } | The location of signature. |
| Name { get; set; } | The name of existing signature field. Null to create a new field. |
| Outputs { get; } | Gets collection of added targets for saving operation results. |
| PageNumber { get; set; } | The page number on which signature is made. |
| Reason { get; set; } | The reason of signature. |
| Rectangle { get; set; } | The rect of signature. |
| Visible { get; set; } | The visiblity of signature. |
Methods
| Name | Description |
|---|
| AddInput(IDataSource) | Adds new data source to the PdfOrganizer plugin data collection. |
| AddOutput(IDataSource) | Adds new data source to the PdfOrganizer plugin data collection. |
See Also