C# Класс ApiExamples.ExRendering.HandleDocumentWarnings

Наследование: IWarningCallback
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
mFontWarnings WarningInfoCollection

Открытые методы

Метод Описание
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

Описание свойств

mFontWarnings публичное свойство

public WarningInfoCollection mFontWarnings
Результат WarningInfoCollection