Interface IPrintLayoutProperties
Layout properties of the print layout
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.PrintLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IPrintLayoutProperties : INotifyPropertyChanged
Properties
| Improve this Doc View SourceShowCustomLogos
Gets or sets a value indicating whether [show custom logos].
Declaration
bool ShowCustomLogos { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowCustomText
Gets or sets a value indicating whether [show custom text].
Declaration
bool ShowCustomText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowDateTime
Gets or sets a value indicating whether [show date time].
Declaration
bool ShowDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowLegend
Gets or sets a value indicating whether [show legend].
Declaration
bool ShowLegend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowNorthArrow
Gets or sets a value indicating whether [show north arrow].
Declaration
bool ShowNorthArrow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowScaleBar
Gets or sets a value indicating whether [show scale bar].
Declaration
bool ShowScaleBar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowTitle
Gets or sets a value indicating whether [show title].
Declaration
bool ShowTitle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowURL
Gets or sets a value indicating whether [show URL].
Declaration
bool ShowURL { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|