ArcObjects Library Reference (PublisherUI)  

IPMF.PMFPublish Method

Create the PMF file using the current settings.

[Visual Basic .NET]
Public Sub PMFPublish ( _
    ByVal bsDocument As String _
)
[C#]
public void PMFPublish (
    string bsDocument
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Create a published map (.pmf) from a map document (.mxd) for use in ArcReader.

Remarks

Publish a Map Document (.mxd) using the PMFSettings.

object.PMFPublish "C:\output_directory\MapName.pmf"

See Also

IPMF Interface