←Select platform

ExpressionSeparatingSymbol Property

Summary

Gets or sets the separating symbol for the given expression.

Syntax
C#
VB
C++
Java
public string ExpressionSeparatingSymbol { get; set; } 
Public Property ExpressionSeparatingSymbol As String 
public String getExpressionSeparatingSymbol() 
public void setExpressionSeparatingSymbol(String expressionSeparatingSymbol) 
public:  
   property String^ ExpressionSeparatingSymbol 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A value for the given expression that separates the Bates stamp element properties. The default value is "*".

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