Skybound.Gecko.PrintSettings.GetIsCancelledAttribute C# (CSharp) Method

GetIsCancelledAttribute() public method

public GetIsCancelledAttribute ( ) : bool
return bool
        public bool GetIsCancelledAttribute()
        {
            Console.WriteLine("34");
            return m_IsCancelled;
        }
PrintSettings