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

SetPlexNameAttribute() public method

public SetPlexNameAttribute ( string aPlexName ) : void
aPlexName string
return void
        public void SetPlexNameAttribute(string aPlexName)
        {
            m_plexName = aPlexName;
        }
PrintSettings