←Select platform

AnnPicture Constructor(InputStream)

Summary

Initializes a new instance of the AnnPicture object from the specified input stream.

Syntax

C#
VB
Java
WinRT C#
public AnnPicture(  
   InputStream stream 
) 
Public Function New( _ 
   ByVal stream As InputStream _ 
) 
public AnnPicture(  
   InputStream stream 
) 
public AnnPicture(InputStream is) 
function AnnPicture(  
   stream  
) 

Parameters

stream
The input stream containing the raw image data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly