Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
DocumentPageSplitter ( LayoutCollector collector ) : System |
Initializes new instance of this class. This method splits the document into sections so that each page Begins and ends at a section boundary. It is recommended not to modify the document afterwards.
|
|
GetDocumentOfPage ( int pageIndex ) : Document |
Gets the document of a page.
|
|
GetDocumentOfPageRange ( int startIndex, int endIndex ) : Document |
Gets the document of a page range.
|
public DocumentPageSplitter ( LayoutCollector collector ) : System | ||
collector | LayoutCollector | A collector instance which has layout model records for the document. |
Результат | System |
public GetDocumentOfPage ( int pageIndex ) : Document | ||
pageIndex | int | 1-based index of a page. |
Результат | Document |
public GetDocumentOfPageRange ( int startIndex, int endIndex ) : Document | ||
startIndex | int | 1-based index of the start page. |
endIndex | int | 1-based index of the end page. |
Результат | Document |