ISplitOptions
ISplitOptions interface
Interface for the page splitting options.
public interface ISplitOptions : IPageOptions
Properties
Name |
Description |
CreateStream { get; } |
Delegate that defines method to create output split stream. |
Mode { get; } |
Gets the mode for page 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