ReportDocToPdf(FixedDocument, String) Method

Creates specified pdf file from passed fixed document

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static bool DocToPdf(
	FixedDocument doc,
	string filename
)

Parameters

doc  FixedDocument
 
filename  String

Return Value

Boolean
true if successful

See Also