XFINIUM.PDF Documentation
PdfShowText4Operator Constructor(PdfCosString,Double,Double)



The text displayed by this operator as a COS string.
The word spacing.
The character spacing.
Initializes a new PdfShowText4Operator object.
Syntax
public PdfShowText4Operator( 
   PdfCosString text,
   double wordSpacing,
   double characterSpacing
)
public:
PdfShowText4Operator( 
   PdfCosString^ text,
   double wordSpacing,
   double characterSpacing
)
'Declaration
 
Public Function New( _
   ByVal text As PdfCosString, _
   ByVal wordSpacing As Double, _
   ByVal characterSpacing As Double _
)
 
'Usage
 
Dim text As PdfCosString
Dim wordSpacing As Double
Dim characterSpacing As Double
 
Dim instance As New PdfShowText4Operator(text, wordSpacing, characterSpacing)

Parameters

text
The text displayed by this operator as a COS string.
wordSpacing
The word spacing.
characterSpacing
The character spacing.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

PdfShowText4Operator Class
PdfShowText4Operator Members
Overload List

Send Feedback