ITextSplitOptions
ITextSplitOptions interface
Interface for the text splitting options.
public interface ITextSplitOptions : IOptions
Properties
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. |
Methods
Name |
Description |
GetPathByIndex(int, string) |
Gets the full file path of splitted document by index with defined extension. |
Validate(FileType) |
Validates the split options. |
See Also