ImageInterruptMonitor Property |
Gets or sets the interrupt monitor.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic InterruptMonitor InterruptMonitor { get; set; }
Public Property InterruptMonitor As InterruptMonitor
Get
Set
public:
property InterruptMonitor^ InterruptMonitor {
InterruptMonitor^ get ();
void set (InterruptMonitor^ value);
}
member InterruptMonitor : InterruptMonitor with get, set
Property Value
Type:
InterruptMonitor
See Also