Interface IPrintCommand
Print command
Inherited Members
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 SourcePrintLayout
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 SourceAddPrintLayout(IResourceReference)
Adds the print layout.
Declaration
void AddPrintLayout(IResourceReference reference)
Parameters
Type | Name | Description |
---|---|---|
IResourceReference | reference | The reference. |
Clear()
Clears this instance.
Declaration
void Clear()
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 |
RemovePrintLayout(IResourceReference)
Removes the print layout.
Declaration
void RemovePrintLayout(IResourceReference reference)
Parameters
Type | Name | Description |
---|---|---|
IResourceReference | reference | The reference. |