Interface IDocumentLoadingCallback

Interface IDocumentLoadingCallback

이름 공간 : Aspose.Words.Loading 모임: Aspose.Words.dll (25.4.0)

이 인터페이스를 구현하려면 문서를 업로드하는 동안 사용자 지정 방법을 호출하십시오.

public interface IDocumentLoadingCallback

Methods

Notify(DocumentLoadingArgs)

이것은 문서 충전 진행에 대해 알리는 것이 필요합니다.

void Notify(DocumentLoadingArgs args)

Parameters

args DocumentLoadingArgs

이벤트에 대한 논쟁이다.

Remarks

이 인터페이스의 주요 사용은 응용 프로그램 코드가 진보 상태와 낙태 충전 프로세스를 얻을 수 있도록하는 것입니다.

한 예외는 낙태에 대한 진보 호출에서 던져져야하며 소비자 코드에 붙어 있어야합니다.

또한 보기

LoadOptions . ProgressCallback

 한국어