PDF for WinRT
TextOut Method


For internal use only. Output text to current Pdf stream.
Syntax
'Declaration
 
Protected Sub TextOut( _
   ByVal text As String, _
   ByVal pt As Point, _
   ByVal align As HorizontalAlignment, _
   ByVal baseLine As Boolean _
) 
'Usage
 
Dim instance As C1PdfDocumentBase
Dim text As String
Dim pt As Point
Dim align As HorizontalAlignment
Dim baseLine As Boolean
 
instance.TextOut(text, pt, align, baseLine)
protected void TextOut( 
   string text,
   Point pt,
   HorizontalAlignment align,
   bool baseLine
)

Parameters

text
pt
align
baseLine
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback