This document is archived and information here might be outdated. Recommended version. |
Create the PMF file using the current settings.
[Visual Basic .NET]
Public Sub PMFPublish ( _
ByVal bsDocument As String _
)
[C#]
public void PMFPublish (
string bsDocument
);
Create a published map (.pmf) from a map document (.mxd) for use in ArcReader.
Publish a Map Document (.mxd) using the PMFSettings.
object.PMFPublish "C:\output_directory\MapName.pmf"