C# Class ApiExamples.ExRendering.HandleDocumentWarnings

Inheritance: IWarningCallback
Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
mFontWarnings WarningInfoCollection

Méthodes publiques

Méthode Description
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.

Method Details

Warning() public méthode

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
Résultat void

Property Details

mFontWarnings public_oe property

public WarningInfoCollection mFontWarnings
Résultat WarningInfoCollection