PDF for WinRT
DrawString(TextBlock,Rect) Method


Windows.UI.Xaml.Controls.TextBlock that contains the text and formatting options.
Windows.Foundation.Rect that specifies the size and position of the text, in points.
Draws a string into the specified Windows.Foundation.Rect.
Syntax
'Declaration
 
Public Overloads Sub DrawString( _
   ByVal tb As TextBlock, _
   ByVal rc As Rect _
) 
'Usage
 
Dim instance As C1PdfDocument
Dim tb As TextBlock
Dim rc As Rect
 
instance.DrawString(tb, rc)
public void DrawString( 
   TextBlock tb,
   Rect rc
)

Parameters

tb
Windows.UI.Xaml.Controls.TextBlock that contains the text and formatting options.
rc
Windows.Foundation.Rect that specifies the size and position of the text, in points.
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

C1PdfDocument Class
C1PdfDocument Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback