←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.