Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents types of PdfA Warning Event Args. More...
Public Member Functions | |
override void | Dispose () |
PdfAWarningEventArgs (string message, global::System.IntPtr customData) | |
Initializes a new instance of the PdfAWarningEventArgs 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... | |
Represents types of PdfA Warning Event Args.
SolidFramework.PdfAWarningEventArgs.PdfAWarningEventArgs | ( | string | message, |
global::System.IntPtr | customData | ||
) |
Initializes a new instance of the PdfAWarningEventArgs class.
message | The message. |
customData | The custom data. |
|
virtual |
Reimplemented from SolidFramework.WarningEventArgs.
|
getsetinherited |
Gets the message.
The message.
|
getinherited |
Gets the warning.
The warning.