FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / Images Property
Example


In This Topic
Images Property (PrintInfo)
In This Topic
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
Example
This sets the properties for the PrintInfo class.
See Also