Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > AutoPageSplitterCommand Class : SecondImage Property |
public RasterImage SecondImage {get;}
'Declaration
Public ReadOnly Property SecondImage As RasterImage
'Usage
Dim instance As AutoPageSplitterCommand Dim value As RasterImage value = instance.SecondImage
public RasterImage SecondImage {get;}
get_SecondImage();
public: property RasterImage^ SecondImage { RasterImage^ get(); }