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

SetPaperNameAttribute() public method

public SetPaperNameAttribute ( string aPaperName ) : void
aPaperName string
return void
        public void SetPaperNameAttribute(string aPaperName)
        {
            m_paperName = aPaperName;
        }
PrintSettings