Hi,
We are receiving an exception when we try to print a layer that uses a GeoTextureBrush. The AreaStyle is created as a simple area style, then its Advanced property is set as follows:
Dim oBrush As New GeoTextureBrush(oImage)
oAreaStyle.Advanced.FillCustomBrush = oBrush
I have attached a sample project that demonstrates this issue. After the project runs click the ‘Print’ button and note the exception that is thrown.
Thanks!
Steve
PageAreaSymbolBug.zip (66.0 KB)