←Select platform

Load(Stream) Method

Summary

Loads a Bates stamp composer from the specified stream.

Syntax

C#
VB
Java
WinRT C#
C++
public static AnnBatesStampComposer Load( 
   Stream stream 
) 
Public Overloads Shared Function Load( _ 
   ByVal stream As Stream _ 
) As Leadtools.Annotations.Documents.AnnBatesStampComposer 
public static AnnBatesStampComposer load(InputStream stream) 
             
 function Leadtools.Annotations.Documents.AnnBatesStampComposer.Load(Stream)(  
   stream  
) 
public:  
   static AnnBatesStampComposer^ Load( 
      Stream^ stream 
   ) 

Parameters

stream
File containing the XML data of the Bates stamp composer to be loaded. This value must not be null.

Return Value

A new AnnBatesStampComposer object containing all the Bates stamp objects and elements loaded from stream.

Example

For an example, refer to Save Save

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.Documents Assembly