SplitOptions

SplitOptions class

Specifies options how the document is split into parts.

public class SplitOptions

Constructors

NameDescription
SplitOptions()The default constructor.

Properties

NameDescription
SplitCriteria { get; set; }Specifies the criteria for splitting the document into parts.
SplitStyle { get; set; }Specifies the paragraph style for splitting the document into parts when Style is used.

See Also