ReportSaveToPdf Method

Saves an XPS MemoryStream to a PDF file

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static bool SaveToPdf(
	MemoryStream ms,
	string fileName
)

Parameters

ms  MemoryStream
MemoryStream containing XPS document
fileName  String

Return Value

Boolean

See Also