DocumentPrintDocumentPrintImage Property |
Points to the actual contents of the printed document. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentPrintImage DocumentPrintImage { get; set; }
Public Property DocumentPrintImage As DocumentPrintImage
Get
Set
public:
property DocumentPrintImage^ DocumentPrintImage {
DocumentPrintImage^ get ();
void set (DocumentPrintImage^ value);
}
member DocumentPrintImage : DocumentPrintImage with get, set
Property Value
Type:
DocumentPrintImage
See Also