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

SetPrintCommandAttribute() public method

public SetPrintCommandAttribute ( string aPrintCommand ) : void
aPrintCommand string
return void
        public void SetPrintCommandAttribute(string aPrintCommand)
        {
            m_printCommand = aPrintCommand;
        }
PrintSettings