ESRI.ArcGIS.ADF.Tasks
NorthArrowSettings Property
See Also  Send Feedback
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) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("Settings for the North Arrow.")>
<ResCategoryAttribute("PrintTask")>
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# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("Settings for the North Arrow.")]
[ResCategoryAttribute("PrintTask")]
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.