ITeddsProjectSaveAsPdf Method

Save all the documents in the project in PDF format

Namespace:  Tekla.Structural.InteropAssemblies.Tedds
Assembly:  Tedds.TeddsIA (in Tedds.TeddsIA.dll) Version: 25.0.0.0
Syntax
string[] SaveAsPdf(
	string folderName,
	TdsProjectSavePdf options
)

Parameters

folderName
Type: SystemString
Path of location where to save files
options
Type: Tekla.Structural.InteropAssemblies.TeddsTdsProjectSavePdf
Save project to PDF options

Return Value

Type: String
Array of full file paths for all the output PDF files created
See Also