XFINIUM.PDF Documentation
ShowTextArray Method



Xfinium.Pdf.Graphics Namespace > PdfContentStream Class : ShowTextArray Method
Array of text strings.
Shows one or more text strings, allowing individual glyph positioning.
Syntax
'Declaration
 
Public Sub ShowTextArray( _
   ByVal textArray As PdfCosArray _
) 
'Usage
 
Dim instance As PdfContentStream
Dim textArray As PdfCosArray
 
instance.ShowTextArray(textArray)
public void ShowTextArray( 
   PdfCosArray textArray
)
public:
void ShowTextArray( 
   PdfCosArray^ textArray
) 

Parameters

textArray
Array of text strings.
Remarks
Each element of textArray can be a string or a number. If the element is a string, this operator shows the string. If it is a number, the operator adjusts the text position by that amount.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfContentStream Class
PdfContentStream Members