BenSelect Documentation
CreatePdfDocumentWithTextLine(Stream,String) Method
See Also  Send Feedback
Selerix.ReportEngine Namespace > Utils Class > CreatePdfDocumentWithTextLine Method : CreatePdfDocumentWithTextLine(Stream,String) Method
outputStream
The Stream where the document would be saved.
textLine
The text which should be added to the document.
Creates a new empty Pdf document in the given location and appends the given text line using the default font (Arial, Bold, Color: Black, Size: 14) and the default position.

Syntax

JScript 
public static function CreatePdfDocumentWithTextLine( 
   outputStream : Stream,
   textLine : String
);

Parameters

outputStream
The Stream where the document would be saved.
textLine
The text which should be added to the document.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.