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
public Image[] Images {get; set;}
See Also