ESRI.ArcGIS.ADF.Tasks
NorthArrowSettings Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : NorthArrowSettings Property




Settings for the printing of the north arrow, and for the user dialog display of options for the north arrow.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("PrintTask")>
<DesignerSerializationVisibilityAttribute()>
<ResDescriptionAttribute("Settings for the North Arrow.")>
<NotifyParentPropertyAttribute(True)>
Public Property NorthArrowSettings As NorthArrowSettings
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim value As NorthArrowSettings
 
instance.NorthArrowSettings = value
 
value = instance.NorthArrowSettings
C# 
[ResCategoryAttribute("PrintTask")]
[DesignerSerializationVisibilityAttribute()]
[ResDescriptionAttribute("Settings for the North Arrow.")]
[NotifyParentPropertyAttribute(true)]
public NorthArrowSettings NorthArrowSettings {get; set;}

Remarks

A NorthArrowSettings object stores settings for aspects of the PrintTask dialog and print page, specifically for the north arrow. The NorthArrowSettings includes four properties that determine how the print task handles the north arrow:

  • DisplayInDialog: whether the "Include North Arrow" checkbox is visible on the user dialog.
  • DefaultValue: the default value for printing the north arrow. If DisplayInDialog is false, then the setting in DefaultValue will determine whether the north arrow is printed.
  • FontName: the font that contains the FontCharacter to print.
  • FontCharacter: the character in the font specified by FontName that will be printed as the north arrow on the print page.

See Also

© 2010 All Rights Reserved.