Skybound.Gecko.PrintSettings.SetPlexNameAttribute C# (CSharp) 메소드

SetPlexNameAttribute() 공개 메소드

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