Header And Footer Text In Visio

A

Asif Imran

Hi all,

I am using Visio 2003 ActiveX Drawing control in my application using VB.NET.

I am using the following code to show Header Text.

VisioControl.Window.Application.ActiveDocument.HeaderCenter = "&f&e"
VisioControl.Window.Application.ActiveDocument.HeaderMargin(65) = 0.25

The above code does not give any error but when I go to PrintPreview there is no any Header Information.

Can anyone help me about how to show and include Header and Footer Information in PrintPreview and Print Drawing options?

Thank you.

Asif
 
Top