←Select platform

PostLoadAction Property

Summary

Defines any extra processing on the image that was read.

Syntax
C#
VB
C++
public Action<RasterImage> PostLoadAction { get; set; } 
Public Property PostLoadAction() As Action(Of RasterImage) 
   Get 
   Set 
public:  
   property Action<RasterImage^>^ PostLoadAction 
   { 
      Action<RasterImage^>^ get() 
      void set(Action<RasterImage^>^ value) 
   } 

Property Value

Defines any extra processing on the image that was read.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly