Data driven pages programming

891
1
11-20-2012 04:34 AM
sailiTang
New Contributor III
Hi,

    For .NET programming using data driven pages, I would like to use page number or index number to control it. But when I search ESRI website, I just found IPageIndexControl. There are only ShowFirstPage, LastPage, NextPage, ect??? There are no members to allow to inputting page number (or index number). Does anyone know if there is some kind of control interface to input number for data driven pages? Or the other way to do that. I am using Arcgis 10.1 and VB.net 2010. Thanks.

Saili
0 Kudos
1 Reply
FridjofSchmidt
Occasional Contributor
Saili,

According to the ArcObjects help, data driven pages seem to be mainly controlled in the arcpy.mapping Python class. But it also says that for print and export you may use the PrintAndExport class. This class implements IPrintAndExport with the methods ExportPages and PrintPages in which you can specify a page range through an IPrintAndExportPageOptions parameter. Maybe that helps.

Best regards,
Fridjof
0 Kudos