Search Results for

    Show / Hide Table of Contents

    Interface IPrintCommand

    Print command

    Inherited Members
    ICommand.Name
    ICommand.Label
    ICommand.TargetViewer
    ILocalizable.Tooltip
    ILocalizable.Description
    ILocalizable.ImageURL
    ILocalizable.DisabledImageURL
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IPrintCommand : ICustomCommand, ICommand, ILocalizable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    PrintLayout

    Gets the print layouts.

    Declaration
    IEnumerable<IResourceReference> PrintLayout { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IResourceReference>

    The print layouts.

    Methods

    | Improve this Doc View Source

    AddPrintLayout(IResourceReference)

    Adds the print layout.

    Declaration
    void AddPrintLayout(IResourceReference reference)
    Parameters
    Type Name Description
    IResourceReference reference

    The reference.

    | Improve this Doc View Source

    Clear()

    Clears this instance.

    Declaration
    void Clear()
    | Improve this Doc View Source

    CreatePrintLayout(String)

    Creates the print layout.

    Declaration
    IResourceReference CreatePrintLayout(string resourceId)
    Parameters
    Type Name Description
    System.String resourceId

    The resource id.

    Returns
    Type Description
    IResourceReference
    | Improve this Doc View Source

    RemovePrintLayout(IResourceReference)

    Removes the print layout.

    Declaration
    void RemovePrintLayout(IResourceReference reference)
    Parameters
    Type Name Description
    IResourceReference reference

    The reference.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng