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.PdfAWarningEventArgs Class Reference

Represents types of PdfA Warning Event Args. More...

Inheritance diagram for SolidFramework.PdfAWarningEventArgs:
SolidFramework.WarningEventArgs

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...
 

Detailed Description

Represents types of PdfA Warning Event Args.

Constructor & Destructor Documentation

◆ PdfAWarningEventArgs()

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

Initializes a new instance of the PdfAWarningEventArgs class.

Parameters
messageThe message.
customDataThe custom data.

Member Function Documentation

◆ Dispose()

override void SolidFramework.PdfAWarningEventArgs.Dispose ( )
virtual

Reimplemented from SolidFramework.WarningEventArgs.

Property Documentation

◆ Message

string SolidFramework.WarningEventArgs.Message
getsetinherited

Gets the message.

The message.

◆ Warning

SolidFramework.WarningType SolidFramework.WarningEventArgs.Warning
getinherited

Gets the warning.

The warning.