Color for the number of the page. This property takes a 4-byte integer where the first byte represents a red value (0-255), the second byte represents a green value (0-255), and the third byte represents a blue value (0-255).
Public Property PageNumberColor() As Variant |
Hex representation: 0x00bbggrr, or Integer: bbggrr
Dim MySubModel As SubModel MySubModel.PageForegroundColor = 669933 |