This document is archived and information here might be outdated.  Recommended version.


IPMFPublish.Publish Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Publisher)  

IPMFPublish.Publish Method

Create the PMF file using the current settings.

[Visual Basic .NET]
Public Sub Publish ( _
    ByVal pPageLayout As IPageLayout, _
    ByVal pDefaultView As IActiveView, _
    ByVal pSettings As IPropertySet, _
    ByVal bRelativePaths As Boolean, _
    ByVal bsDocument As String _
)
[C#]
public void Publish (
    IPageLayout pPageLayout,
    IActiveView pDefaultView,
    IPropertySet pSettings,
    bool bRelativePaths,
    string bsDocument
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Use Publish to create published maps from a Map Document.

See Also

IPMFPublish Interface