←Select platform

SuffixText Property

Summary

Gets or sets the text you want to add as ending text of AnnBatesNumber.

Syntax

C#
VB
Java
WinRT C#
C++
public string SuffixText { get; set; } 
Public Property SuffixText As String 
public string SuffixText {get; set;} 
public String getSuffixText() 
public void setSuffixText(String suffixText) 
             
 <br/>get_SuffixText();<br/>set_SuffixText(value);<br/>Object.defineProperty('SuffixText');  
public:  
   property String^ SuffixText 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A value indicating the text to add as ending text of AnnBatesNumber.

Example

For an example, refer to IAnnBatesElement.

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