Class OptimizeOptions
OptimizeOptions class
Represents Optimize options for Optimizer plugin.
public sealed class OptimizeOptions : OrganizerBaseOptions
Constructors
Properties
| Name | Description |
|---|
| CloseInputStreams { get; set; } | Close input streams after operation completed. |
| CloseOutputStreams { get; set; } | Close output streams after operation completed. |
| Inputs { get; } | Returns OrganizerOptions plugin data collection. |
| Outputs { get; } | Gets collection of added targets for saving operation results. |
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