IHostManagementCreatePdfListingAsync(ListingSettings, String) Method

Create a PDF of a listing using the indicated settings.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<string> CreatePdfListingAsync(
	ListingSettings settings,
	string file = null
)

Parameters

settings  ListingSettings
ListingSettings with the listing settings.
file  String  (Optional)
Path and file to be generated, can be left empty.

Return Value

TaskString
String with the path and name of the generated file.

See Also