Click or drag to resize

DocumentsRepositoryBaseGetPrintout Method

Gets the printout file.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public string GetPrintout(
	Document document,
	Printout printout,
	string fileFormat
)

Parameters

document
Type: Aloe.EnterpriseOne.Model.GeneralDocument
The document.
printout
Type: Aloe.EnterpriseOne.Model.GeneralPrintout
The printout.
fileFormat
Type: SystemString
The file format: pdf, html, xlsx, xls, docx, txt and png.

Return Value

Type: String
The file bytes formatted in Base64 string
See Also