C# 클래스 Aspose.Words.Examples.CSharp.Rendering_and_Printing.ReceiveNotificationsOfFont.HandleDocumentWarnings

상속: IWarningCallback
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
Warning ( WarningInfo info ) : void

Our callback only needs to implement the "Warning" method. This method is called whenever there is a Potential issue during document procssing. The callback can be set to listen for warnings generated during document Load and/or document save.

메소드 상세

Warning() 공개 메소드

Our callback only needs to implement the "Warning" method. This method is called whenever there is a Potential issue during document procssing. The callback can be set to listen for warnings generated during document Load and/or document save.
public Warning ( WarningInfo info ) : void
info WarningInfo
리턴 void