Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.WarningEventArgs Class Reference

Describes and manipulates warning event arguments. More...

Inheritance diagram for SolidFramework.WarningEventArgs:
SolidFramework.PdfAWarningEventArgs

Public Member Functions

virtual void Dispose ()
 
 WarningEventArgs (string message, global::System.IntPtr customData)
 Initializes a new instance of the WarningEventArgs class. More...
 
bool Equals (SolidFramework.WarningEventArgs other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.WarningEventArgs obj1, SolidFramework.WarningEventArgs obj2)
 
static bool operator!= (SolidFramework.WarningEventArgs obj1, SolidFramework.WarningEventArgs obj2)
 

Properties

System.Object CustomData [getset]
 
string Message [getset]
 Gets the message. More...
 
SolidFramework.WarningType Warning [get]
 Gets the warning. More...
 

Detailed Description

Describes and manipulates warning event arguments.

Constructor & Destructor Documentation

◆ WarningEventArgs()

SolidFramework.WarningEventArgs.WarningEventArgs ( string  message,
global::System.IntPtr  customData 
)

Initializes a new instance of the WarningEventArgs class.

Parameters
messageThe message.
customDataThe custom data.

Property Documentation

◆ Message

string SolidFramework.WarningEventArgs.Message
getset

Gets the message.

The message.

◆ Warning

SolidFramework.WarningType SolidFramework.WarningEventArgs.Warning
get

Gets the warning.

The warning.