ReleaseSplitStream
ReleaseSplitStream delegate
출력 분할 스트림을 해제하는 방법을 정의하는 대리자.
public delegate void ReleaseSplitStream(int number, Stream createSplitStream);
모수 | 유형 | 설명 |
---|---|---|
number | Int32 | 문서 분할에 사용되는 페이지 또는 줄 번호입니다. |
createSplitStream | Stream | 에 의해 생성된 스트림createSplitStream 방법. |