Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / Images Property


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