ITextSplitOptions
Leave feedback
On this page
Interface for the text splitting options.
public interface ITextSplitOptions : IOptions
| Name | Description |
|---|---|
| CreateStream { get; } | Delegate that defines method to create output split stream. |
| LineNumbers { get; } | Line numbers for text splitting. |
| Mode { get; } | Mode for text splitting. |
| ReleaseStream { get; } | Delegate that defines method to release output split stream. |
| Name | Description |
|---|---|
| GetPathByIndex(int, string) | Gets the full file path of splitted document by index with defined extension. |
| Validate(FileType) | Validates the split options. |
- interface IOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.