Search Results for

    Show / Hide Table of Contents

    Interface IPrintLayoutProperties

    Layout properties of the print layout

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.PrintLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IPrintLayoutProperties : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    ShowCustomLogos

    Gets or sets a value indicating whether [show custom logos].

    Declaration
    bool ShowCustomLogos { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show custom logos]; otherwise, false.

    | Improve this Doc View Source

    ShowCustomText

    Gets or sets a value indicating whether [show custom text].

    Declaration
    bool ShowCustomText { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show custom text]; otherwise, false.

    | Improve this Doc View Source

    ShowDateTime

    Gets or sets a value indicating whether [show date time].

    Declaration
    bool ShowDateTime { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show date time]; otherwise, false.

    | Improve this Doc View Source

    ShowLegend

    Gets or sets a value indicating whether [show legend].

    Declaration
    bool ShowLegend { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show legend]; otherwise, false.

    | Improve this Doc View Source

    ShowNorthArrow

    Gets or sets a value indicating whether [show north arrow].

    Declaration
    bool ShowNorthArrow { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show north arrow]; otherwise, false.

    | Improve this Doc View Source

    ShowScaleBar

    Gets or sets a value indicating whether [show scale bar].

    Declaration
    bool ShowScaleBar { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show scale bar]; otherwise, false.

    | Improve this Doc View Source

    ShowTitle

    Gets or sets a value indicating whether [show title].

    Declaration
    bool ShowTitle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show title]; otherwise, false.

    | Improve this Doc View Source

    ShowURL

    Gets or sets a value indicating whether [show URL].

    Declaration
    bool ShowURL { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show URL]; otherwise, false.

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