WarningInfo

Overview

WarningInfo is a class in Aspose.PDF FOSS for .NET.

This class provides 2 methods for working with WarningInfo objects in .NET programs. Available methods include: WarningInfo. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: WarningMessage, WarningType, WarningTypeProperty.

Properties

NameTypeAccessDescription
WarningMessagestringReadGets the warning message.
WarningTypePropertyWarningTypeReadWarning category emitted by the saver/loader.
WarningTypeintReadFOSS-legacy int-typed warning code.

Methods

SignatureDescription
WarningInfo()Calls WarningInfo on this WarningInfo instance.
WarningInfo(type: WarningType, message: string)

See Also