←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.BatesStamp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.