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

SetToFileNameAttribute() public method

public SetToFileNameAttribute ( string aToFileName ) : void
aToFileName string
return void
        public void SetToFileNameAttribute(string aToFileName)
        {
            m_toFileName = aToFileName;
        }
PrintSettings