Specifies if the Schedule Viewer allows printing

Namespace: Ico.Bacnet
Assembly: BacnetScheduleView (in BacnetScheduleView.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool CanPrint { get; set; }
Visual Basic
Public Property CanPrint As Boolean
	Get
	Set
JScript
function get CanPrint () : boolean
function set CanPrint (value : boolean)

See Also