Spread for ASP.NET 12 Product Documentation
Images Property (PrintInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : Images Property
Gets or sets the image list for the header and footer.
Syntax
'Declaration
 
Public Property Images As Image()
'Usage
 
Dim instance As PrintInfo
Dim value() As Image
 
instance.Images = value
 
value = instance.Images
public Image[] Images {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members