←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.