BenSelect Documentation
CreatePdfDocumentWithTextLine(String,String) Method
See Also  Send Feedback
Selerix.ReportEngine Namespace > Utils Class > CreatePdfDocumentWithTextLine Method : CreatePdfDocumentWithTextLine(String,String) Method
outputPath
The path 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( 
   outputPath : String,
   textLine : String
);

Parameters

outputPath
The path 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.