←Select platform

AsString Method

Summary

Gets the final representation of the Bates stamp string that is composed from different elements and types.

Syntax

C#
VB
Java
WinRT C#
C++
public string AsString( 
   AnnContainer container 
) 
Public Function AsString( _ 
   ByVal container As Leadtools.Annotations.Core.AnnContainer _ 
) As String 
public String asString(AnnContainer container) 
             
 function Leadtools.Annotations.Documents.AnnBatesStamp.AsString(  
   container  
) 
public:  
   String^ AsString( 
      AnnContainer^ container 
   ) 

Parameters

container
The current container we want to stamp.

Return Value

The final representation of the Bates stamp string that is composed from different elements and types.

Example

For an example, refer to AnnBatesStampComposer.

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