PrintoutLayoutDocumentPrintImages Property |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<DocumentPrintImage> DocumentPrintImages { get; }
Public ReadOnly Property DocumentPrintImages As ChildCollection(Of DocumentPrintImage)
Get
public:
property ChildCollection<DocumentPrintImage^>^ DocumentPrintImages {
ChildCollection<DocumentPrintImage^>^ get ();
}
member DocumentPrintImages : ChildCollection<DocumentPrintImage> with get
Property Value
Type:
ChildCollectionDocumentPrintImage
See Also