←Select platform

Save(Stream,AnnBatesStampComposer) Method

Summary

Saves a Bates stamp composer with its components to a stream.

Syntax
C#
VB
C++
Java
public static void Save( 
   Stream stream, 
   AnnBatesStampComposer composer 
) 
Public Overloads Shared Sub Save( _ 
   ByVal stream As Stream, _ 
   ByVal composer As AnnBatesStampComposer _ 
)  
public static void save(OutputStream stream, AnnBatesStampComposer composer) 
public:  
   static void Save( 
      Stream^ stream, 
      AnnBatesStampComposer^ composer 
   ) 

Parameters

stream
Destination stream to save the data to.

composer
The AnnBatesStampComposer to be saved. This value must not be null.

Example

For an example, refer to Save.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.BatesStamp Assembly