![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Describes and manipulates warning event arguments. More...
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... | |
Describes and manipulates warning event arguments.
| SolidFramework.WarningEventArgs.WarningEventArgs | ( | string | message, |
| global::System.IntPtr | customData | ||
| ) |
Initializes a new instance of the WarningEventArgs class.
| message | The message. |
| customData | The custom data. |
|
getset |
Gets the message.
The message.
|
get |
Gets the warning.
The warning.