This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > PublisherUI > ESRI.ArcGIS.PublisherUI > Interfaces > IP > IPMF Interface > IPMF.PMFPublish Method (ArcObjects .NET 10.4 SDK) |
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"