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
Syntaxpublic string GetPrintout(
Document document,
Printout printout,
string fileFormat
)
Public Function GetPrintout (
document As Document,
printout As Printout,
fileFormat As String
) As String
public:
String^ GetPrintout(
Document^ document,
Printout^ printout,
String^ fileFormat
)
member GetPrintout :
document : Document *
printout : Printout *
fileFormat : string -> string
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:
StringThe file bytes formatted in Base64 string
See Also