IHostManagementCreatePdfListingAsync(ListingSettings, String) Method
Create a PDF of a listing using the indicated settings.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<string> CreatePdfListingAsync(
ListingSettings settings,
string file = null
)
Function CreatePdfListingAsync (
settings As ListingSettings,
Optional file As String = Nothing
) As Task(Of String)
- settings ListingSettings
- ListingSettings with the listing settings.
- file String (Optional)
- Path and file to be generated, can be left empty.
TaskStringString with the path and name of the generated file.