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

SetIsCancelledAttribute() public method

public SetIsCancelledAttribute ( bool aIsCancelled ) : void
aIsCancelled bool
return void
        public void SetIsCancelledAttribute(bool aIsCancelled)
        {
            m_IsCancelled = aIsCancelled;
        }
PrintSettings