In This Topic
Gets or sets the color list for the first header and footer.
Syntax
'Declaration
Public Property FirstColors As Color()
'Usage
Dim instance As PrintInfo
Dim value() As Color
instance.FirstColors = value
value = instance.FirstColors
public Color[] FirstColors {get; set;}
See Also